ExFtx.OrderPayload (ex_ftx v0.0.14)

Link to this section Summary

Link to this section Types

Specs

client_id() :: String.t() | nil

Specs

t() :: %ExFtx.OrderPayload{
  client_id: client_id(),
  ioc: boolean(),
  market: ExFtx.Market.name(),
  post_only: boolean(),
  price: number(),
  reduce_only: boolean(),
  side: String.t(),
  size: number(),
  type: String.t()
}