View Source XtbClient.Messages.ChartLast.Query (XtbClient v0.1.1)
Parameters for last chart query.
parameters
Parameters
periodan atom ofXtbClient.Messages.Periodtype, describing the time interval for the querystartstart of chart block (rounded down to the nearest interval and excluding)symbolsymbol name.
Link to this section Summary
Link to this section Types
@type t() :: %XtbClient.Messages.ChartLast.Query{ period: XtbClient.Messages.Period.minute_period(), start: integer(), symbol: binary() }
Link to this section Functions
@spec new(%{ period: XtbClient.Messages.Period.t(), start: Calendar.datetime(), symbol: binary() }) :: t()
Creates new query with mandatory arguments.