View Source XtbClient.Messages.Quote (XtbClient v0.1.1)

Info about quote for given day.

Parameters:

  • day day of week,
  • from start time in Time CET / CEST time zone (see Daylight Saving Time, DST),
  • to end time in Time CET / CEST time zone (see Daylight Saving Time, DST).

Link to this section Summary

Link to this section Types

@type t() :: %XtbClient.Messages.Quote{
  day: XtbClient.Messages.Day.t(),
  from: Time.t(),
  to: Time.t()
}

Link to this section Functions