CCXT.MarginMode (ccxt_client v0.6.1)

Copy Markdown View Source

Unified margin mode data.

Represents the margin mode setting for a symbol.

Fields

  • symbol - Unified symbol
  • margin_mode - "cross" or "isolated"
  • info - Raw exchange response

Summary

Functions

JSON Schema for the MarginMode unified type.

Types

t()

@type t() :: %CCXT.MarginMode{
  info: map() | nil,
  margin_mode: String.t() | nil,
  symbol: String.t() | nil
}

Functions

schema()

@spec schema() :: map()

JSON Schema for the MarginMode unified type.