ExFtx.Trade (ex_ftx v0.0.14)

Link to this section Summary

Link to this section Types

Specs

t() :: %ExFtx.Trade{
  id: number(),
  liquidation: boolean(),
  price: number(),
  side: String.t(),
  size: number(),
  time: String.t()
}