Tai.Markets.Trade (tai v0.0.75)

Represents a normalized trade on a venue

Link to this section Summary

Link to this section Types

Specs

t() :: %Tai.Markets.Trade{
  id: String.t() | integer(),
  liquidation: boolean(),
  price: Decimal.t(),
  product_symbol: atom(),
  qty: Decimal.t(),
  received_at: integer(),
  side: String.t(),
  venue: atom(),
  venue_timestamp: DateTime.t() | nil
}