View Source XtbClient.Messages.TradingHour (XtbClient v0.1.1)
Info about one available trading hour.
parameters
Parameters
quotesarray ofXtbClient.Messages.Quotes representing available quotes hours,symbolsymbol name,tradingarray ofXtbClient.Messages.Quotes 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()] }