tai v0.0.28 Tai.Markets.Quote

Represents a bid & ask price level row in the order book

Link to this section Summary

Link to this section Types

Link to this type

price_level()

price_level() :: Tai.Markets.PriceLevel.t()
Link to this type

t()

t() :: %Tai.Markets.Quote{
  ask: price_level(),
  bid: price_level(),
  product_symbol: atom(),
  venue_id: atom()
}