ProtoOADealListRes

StockSharp.cTrader.Native.Model

* The response to the ProtoOADealListRes request.

実装: IMessage<ProtoOADealListRes>, IMessage, IEquatable<ProtoOADealListRes>, IDeepCloneable<ProtoOADealListRes>, IBufferMessage

プロパティ

CtidTraderAccountId : long

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

Deal : RepeatedField<ProtoOADeal>

The list of the 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

メソッド

ClearCtidTraderAccountId()

Clears the value of the "ctidTraderAccountId" field

ClearHasMore()

Clears the value of the "hasMore" field

ClearPayloadType()

Clears the value of the "payloadType" field

フィールド

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.