Tai.Trading.OrderStore.Actions.Expire (tai v0.0.64)

The order was not filled or partially filled and removed from the order book

Link to this section Summary

Link to this section Types

Specs

client_id() :: Tai.Trading.Order.client_id()

Specs

t() :: %Tai.Trading.OrderStore.Actions.Expire{
  client_id: client_id(),
  cumulative_qty: Decimal.t(),
  last_received_at: integer(),
  last_venue_timestamp: DateTime.t() | nil,
  leaves_qty: Decimal.t(),
  venue_order_id: venue_order_id()
}
Link to this type

venue_order_id()

Specs

venue_order_id() :: Tai.Trading.Order.venue_order_id()