ProtoOAGetTickDataReq
* Request for getting historical tick data for the symbol.
Implements: IMessage<ProtoOAGetTickDataReq>, IMessage, IEquatable<ProtoOAGetTickDataReq>, IDeepCloneable<ProtoOAGetTickDataReq>, IBufferMessage
Properties
CtidTraderAccountId : long
Unique identifier of the trader's account. Used to match responses to trader's accounts.
FromTimestamp : long
The Unix time in milliseconds of starting the search. Must be bigger or equal to zero (1st Jan 1970).
HasCtidTraderAccountId : bool
Gets whether the "ctidTraderAccountId" field is set
HasFromTimestamp : bool
Gets whether the "fromTimestamp" field is set
HasPayloadType : bool
Gets whether the "payloadType" field is set
HasSymbolId : bool
Gets whether the "symbolId" field is set
HasToTimestamp : bool
Gets whether the "toTimestamp" field is set
ToTimestamp : long
The Unix time in milliseconds of finishing the search. <= 2147483646000 (19th Jan 2038).
Type : ProtoOAQuoteType
Bid/Ask (1/2).
Methods
ClearCtidTraderAccountId()
Clears the value of the "ctidTraderAccountId" field
ClearFromTimestamp()
Clears the value of the "fromTimestamp" field
ClearPayloadType()
Clears the value of the "payloadType" field
ClearSymbolId()
Clears the value of the "symbolId" field
ClearToTimestamp()
Clears the value of the "toTimestamp" field
ClearType()
Clears the value of the "type" field
Fields
CtidTraderAccountIdFieldNumber : int
Field number for the "ctidTraderAccountId" field.
FromTimestampFieldNumber : int
Field number for the "fromTimestamp" field.
PayloadTypeFieldNumber : int
Field number for the "payloadType" field.
SymbolIdFieldNumber : int
Field number for the "symbolId" field.
ToTimestampFieldNumber : int
Field number for the "toTimestamp" field.
TypeFieldNumber : int
Field number for the "type" field.