ProtoOADealListReq

StockSharp.cTrader.Native.Model

* Request for getting Trader's deals historical data (execution details).

Implementa: IMessage<ProtoOADealListReq>, IMessage, IEquatable<ProtoOADealListReq>, IDeepCloneable<ProtoOADealListReq>, IBufferMessage

Propriedades

CtidTraderAccountId : long

Unique identifier of the trader's account. Used to match responses to trader's accounts.

FromTimestamp : long

The Unix time from which the search starts >=0 (1st Jan 1970).

HasCtidTraderAccountId : bool

Gets whether the "ctidTraderAccountId" field is set

HasFromTimestamp : bool

Gets whether the "fromTimestamp" field is set

HasMaxRows : bool

Gets whether the "maxRows" field is set

HasPayloadType : bool

Gets whether the "payloadType" field is set

HasToTimestamp : bool

Gets whether the "toTimestamp" field is set

MaxRows : int

The maximum number of the deals to return.

ToTimestamp : long

The Unix time where to stop searching <= 2147483646000 (19th Jan 2038).

Métodos

ClearCtidTraderAccountId()

Clears the value of the "ctidTraderAccountId" field

ClearFromTimestamp()

Clears the value of the "fromTimestamp" field

ClearMaxRows()

Clears the value of the "maxRows" field

ClearPayloadType()

Clears the value of the "payloadType" field

ClearToTimestamp()

Clears the value of the "toTimestamp" field

Campos

CtidTraderAccountIdFieldNumber : int

Field number for the "ctidTraderAccountId" field.

FromTimestampFieldNumber : int

Field number for the "fromTimestamp" field.

MaxRowsFieldNumber : int

Field number for the "maxRows" field.

PayloadTypeFieldNumber : int

Field number for the "payloadType" field.

ToTimestampFieldNumber : int

Field number for the "toTimestamp" field.