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

The order was not accepted by the venue. It most likely didn't the venue's pass validation criteria.

Link to this section Summary

Link to this section Types

Link to this type

t()

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

venue_order_id()

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