ExFtx.Market (ex_ftx v0.0.4)
Link to this section Summary
Link to this section Types
Link to this type
name()
Specs
name() :: String.t()
Specs
t() :: %ExFtx.Market{ ask: number() | nil, base_currency: String.t() | nil, bid: number() | nil, enabled: boolean(), last: number() | nil, name: name(), post_only: boolean(), price_increment: number(), quote_currency: String.t() | nil, restricted: boolean(), size_increment: number(), type: String.t(), underlying: String.t() }