tai v0.0.28 Tai.Trading.OrderStore.Actions.Open

The order has been created on the venue and is passively sitting in the order book waiting to be filled

Link to this section Summary

Link to this section Types

Link to this type

t()

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

venue_order_id()

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