tai v0.0.25 Tai.Trading.OrderStore.Actions.PassiveFill
An open order has been fully filled
Link to this section Summary
Link to this section Types
Link to this type
client_id()
client_id()
client_id() :: Tai.Trading.Order.client_id()
client_id() :: Tai.Trading.Order.client_id()
Link to this type
t()
t()
t() :: %Tai.Trading.OrderStore.Actions.PassiveFill{
client_id: client_id(),
cumulative_qty: Decimal.t(),
last_received_at: DateTime.t(),
last_venue_timestamp: DateTime.t()
}
t() :: %Tai.Trading.OrderStore.Actions.PassiveFill{ client_id: client_id(), cumulative_qty: Decimal.t(), last_received_at: DateTime.t(), last_venue_timestamp: DateTime.t() }