ProtoOADealListByPositionIdRes

StockSharp.cTrader.Native.Model

* Response to the ProtoOADealListByPositionIdReq request.

Implementiert: IMessage<ProtoOADealListByPositionIdRes>, IMessage, IEquatable<ProtoOADealListByPositionIdRes>, IDeepCloneable<ProtoOADealListByPositionIdRes>, IBufferMessage

Eigenschaften

CtidTraderAccountId : long

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

Deal : RepeatedField<ProtoOADeal>

The list of deals.

HasCtidTraderAccountId : bool

Gets whether the "ctidTraderAccountId" field is set

HasHasMore : bool

Gets whether the "hasMore" field is set

HasMore : bool

If TRUE then the number of records by filter is larger than chunkSize, the response contains the number of records that is equal to chunkSize.

HasPayloadType : bool

Gets whether the "payloadType" field is set

Methoden

ClearCtidTraderAccountId()

Clears the value of the "ctidTraderAccountId" field

ClearHasMore()

Clears the value of the "hasMore" field

ClearPayloadType()

Clears the value of the "payloadType" field

Felder

CtidTraderAccountIdFieldNumber : int

Field number for the "ctidTraderAccountId" field.

DealFieldNumber : int

Field number for the "deal" field.

HasMoreFieldNumber : int

Field number for the "hasMore" field.

PayloadTypeFieldNumber : int

Field number for the "payloadType" field.