ExOkex.Swap.Instrument (ExOkex v0.6.0) View Source
Swap instrument struct holding contract information
https://www.okex.com/docs/en/#swap-swap---contract_information
Link to this section Summary
Link to this section Types
Specs
t() :: %ExOkex.Swap.Instrument{
base_currency: String.t(),
coin: String.t(),
contract_val: String.t(),
contract_val_currency: String.t(),
delivery: String.t(),
instrument_id: String.t(),
is_inverse: boolean(),
listing: String.t(),
quote_currency: String.t(),
settlement_currency: String.t(),
size_increment: String.t(),
tick_size: String.t(),
underlying: String.t(),
underlying_index: String.t()
}