View Source XtbClient.Messages.TickPrice (XtbClient v0.1.1)
Info about one tick of price.
parameters
Parameters
askask price in base currency,ask_volumenumber of available lots to buy at given price ornullif not applicablebidbid price in base currency,bid_volumenumber of available lots to buy at given price ornullif not applicable,exe_modeexe mode,highthe highest price of the day in base currency,levelprice level,lowthe lowest price of the day in base currency,quote_idquote ID ornullif not applicable, seeXtbClient.Messages.QuoteId,spread_rawthe difference between raw ask and bid prices,spread_tablespread representation,symbolsymbol,timestamptimestamp.
Link to this section Summary
Link to this section Types
@type t() :: %XtbClient.Messages.TickPrice{ ask: float(), ask_volume: integer() | nil, bid: float(), bid_volume: integer() | nil, exe_mode: integer() | nil, high: float(), level: integer(), low: float(), quote_id: XtbClient.Messages.QuoteId.t() | nil, spread_raw: float(), spread_table: float(), symbol: binary(), timestamp: DateTime.t() }