tai v0.0.55 Tai.Markets.OrderBook.State
Link to this section Summary
Link to this section Types
Link to this type
t()
t() :: %Tai.Markets.OrderBook.State{
asks_table: atom(),
bids_table: atom(),
broadcast_change_set: boolean(),
last_quote_asks: [{price(), qty()}],
last_quote_bids: [{price(), qty()}],
quote_depth: quote_depth(),
symbol: product_symbol(),
venue: venue_id()
}