tai v0.0.56 Tai.Markets.OrderBook.State

Link to this section Summary

Link to this section Types

Link to this type

market_quote()

market_quote() :: Tai.Markets.Quote.t()
Link to this type

price()

price() :: number()
Link to this type

product()

product() :: Tai.Venues.Product.t()
Link to this type

product_symbol()

product_symbol() :: Tai.Venues.Product.symbol()
Link to this type

qty()

qty() :: number()
Link to this type

quote_depth()

quote_depth() :: pos_integer()
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()
}
Link to this type

venue_id()

venue_id() :: Tai.Venue.id()