ProtoOADealListByPositionIdRes

StockSharp.cTrader.Native.Model

* Response to the ProtoOADealListByPositionIdReq request.

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

Properties

CtidTraderAccountId
public long CtidTraderAccountId { get; set; }
value = protoOADealListByPositionIdRes.CtidTraderAccountId
protoOADealListByPositionIdRes.CtidTraderAccountId = value

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

Deal
public RepeatedField<ProtoOADeal> Deal { get; }
value = protoOADealListByPositionIdRes.Deal

The list of deals.

HasCtidTraderAccountId
public bool HasCtidTraderAccountId { get; }
value = protoOADealListByPositionIdRes.HasCtidTraderAccountId

Gets whether the "ctidTraderAccountId" field is set

HasHasMore
public bool HasHasMore { get; }
value = protoOADealListByPositionIdRes.HasHasMore

Gets whether the "hasMore" field is set

HasMore
public bool HasMore { get; set; }
value = protoOADealListByPositionIdRes.HasMore
protoOADealListByPositionIdRes.HasMore = value

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
public bool HasPayloadType { get; }
value = protoOADealListByPositionIdRes.HasPayloadType

Gets whether the "payloadType" field is set

Methods

ClearCtidTraderAccountId
public void ClearCtidTraderAccountId()
protoOADealListByPositionIdRes.ClearCtidTraderAccountId()

Clears the value of the "ctidTraderAccountId" field

ClearHasMore
public void ClearHasMore()
protoOADealListByPositionIdRes.ClearHasMore()

Clears the value of the "hasMore" field

ClearPayloadType
public void ClearPayloadType()
protoOADealListByPositionIdRes.ClearPayloadType()

Clears the value of the "payloadType" field

Fields

CtidTraderAccountIdFieldNumber
public const int CtidTraderAccountIdFieldNumber
value = ProtoOADealListByPositionIdRes.CtidTraderAccountIdFieldNumber

Field number for the "ctidTraderAccountId" field.

DealFieldNumber
public const int DealFieldNumber
value = ProtoOADealListByPositionIdRes.DealFieldNumber

Field number for the "deal" field.

HasMoreFieldNumber
public const int HasMoreFieldNumber
value = ProtoOADealListByPositionIdRes.HasMoreFieldNumber

Field number for the "hasMore" field.

PayloadTypeFieldNumber
public const int PayloadTypeFieldNumber
value = ProtoOADealListByPositionIdRes.PayloadTypeFieldNumber

Field number for the "payloadType" field.