View Source XtbClient.Messages.TradingHour (XtbClient v0.1.1)
Info about one available trading hour.
parameters
Parameters
quotes
array ofXtbClient.Messages.Quote
s representing available quotes hours,symbol
symbol name,trading
array ofXtbClient.Messages.Quote
s representing available trading hours.
Link to this section Summary
Link to this section Types
@type t() :: %XtbClient.Messages.TradingHour{ quotes: [XtbClient.Messages.Quote.t()], symbol: binary(), trading: [XtbClient.Messages.Quote.t()] }