tai v0.0.38 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
t()
t() :: %Tai.Markets.Quote{
ask: price_level(),
bid: price_level(),
last_received_at: DateTime.t() | nil,
last_venue_timestamp: DateTime.t() | nil,
product_symbol: atom(),
venue_id: atom()
}