View Source XtbClient.Messages.Quotations.Query (XtbClient v0.1.1)

Info about query for tick prices.

parameters

Parameters

  • symbol symbol name,
  • minArrivalTime this field is optional and defines the minimal interval in milliseconds between any two consecutive updates. If this field is not present, or it is set to 0 (zero), ticks - if available - are sent to the client with interval equal to 200 milliseconds. In order to obtain ticks as frequently as server allows you, set it to 1 (one).
  • maxLevel this field is optional and specifies the maximum level of the quote that the user is interested in. If this field is not specified, the subscription is active for all levels that are managed in the system.

Link to this section Summary

Link to this section Types

@type t() :: %XtbClient.Messages.Quotations.Query{
  maxLevel: integer(),
  minArrivalTime: integer(),
  symbol: binary()
}

Link to this section Functions