ex_huobi v0.0.2 ExHuobi.Futures.Contract

Link to this section Summary

Link to this section Types

Link to this type

delisting()

delisting() :: 0
Link to this type

delivered()

delivered() :: 8
Link to this type

delivering()

delivering() :: 6
Link to this type

in_settlement()

in_settlement() :: 5
Link to this type

listing()

listing() :: 1
Link to this type

pending_listing()

pending_listing() :: 2
Link to this type

settlement_completed()

settlement_completed() :: 7
Link to this type

suspended_listing()

suspended_listing() :: 9
Link to this type

suspending_of_listing()

suspending_of_listing() :: 4
Link to this type

suspension()

suspension() :: 3
Link to this type

t()

t() :: %ExHuobi.Futures.Contract{
  contract_code: String.t(),
  contract_size: non_neg_integer(),
  contract_status: contract_status(),
  contract_type: String.t(),
  create_date: String.t(),
  delivery_date: String.t(),
  price_tick: number(),
  symbol: String.t()
}