tai v0.0.43 Tai.Markets.Quote

Represents the inside bid & ask price point within the order book

Link to this section Summary

Link to this section Types

Link to this type

price_point()

price_point() :: Tai.Markets.PricePoint.t()
Link to this type

t()

t() :: %Tai.Markets.Quote{
  asks: [price_point()],
  bids: [price_point()],
  last_received_at: DateTime.t() | nil,
  last_venue_timestamp: DateTime.t() | nil,
  product_symbol: atom(),
  venue_id: atom()
}

Link to this section Functions

Link to this function

inside_ask(market_quote)

Link to this function

inside_bid(market_quote)