Bingex.Swap.Data.GetMarginMode (Bingex v0.6.2)
Represents response content on Bingex.Swap.get_margin_mode request.
Summary
Types
@type t() :: %Bingex.Swap.Data.GetMarginMode{ margin_mode: nil | :crossed | :isolated, symbol: nil | binary() }
Functions
@spec embed_in_reply(Bingex.API.Reply.t()) :: Bingex.API.Reply.t(t())