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

Calendar event.

parameters

Parameters

  • country two letter country code,
  • current market value (current), empty before time of release of this value (time from "time" record),
  • forecast forecasted value,
  • impact impact on market,
  • period information period,
  • previous value from previous information release,
  • time time, when the information will be released (in this time empty "current" value should be changed with exact released value),
  • title name of the indicator for which values will be released.

Link to this section Summary

Link to this section Types

@type t() :: %XtbClient.Messages.CalendarInfo{
  country: binary(),
  current: binary(),
  forecast: binary(),
  impact: binary(),
  period: binary(),
  previous: binary(),
  time: DateTime.t(),
  title: binary()
}

Link to this section Functions