ProtoOADealOffsetListReq

StockSharp.cTrader.Native.Model

* Request for getting sets of Deals that were offset by a specific Deal and that are offsetting the Deal.

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

Properties

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

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

DealId
public long DealId { get; set; }
value = protoOADealOffsetListReq.DealId
protoOADealOffsetListReq.DealId = value

The unique ID of the Deal.

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

Gets whether the "ctidTraderAccountId" field is set

HasDealId
public bool HasDealId { get; }
value = protoOADealOffsetListReq.HasDealId

Gets whether the "dealId" field is set

HasPayloadType
public bool HasPayloadType { get; }
value = protoOADealOffsetListReq.HasPayloadType

Gets whether the "payloadType" field is set

Methods

ClearCtidTraderAccountId
public void ClearCtidTraderAccountId()
protoOADealOffsetListReq.ClearCtidTraderAccountId()

Clears the value of the "ctidTraderAccountId" field

ClearDealId
public void ClearDealId()
protoOADealOffsetListReq.ClearDealId()

Clears the value of the "dealId" field

ClearPayloadType
public void ClearPayloadType()
protoOADealOffsetListReq.ClearPayloadType()

Clears the value of the "payloadType" field

Fields

CtidTraderAccountIdFieldNumber
public const int CtidTraderAccountIdFieldNumber
value = ProtoOADealOffsetListReq.CtidTraderAccountIdFieldNumber

Field number for the "ctidTraderAccountId" field.

DealIdFieldNumber
public const int DealIdFieldNumber
value = ProtoOADealOffsetListReq.DealIdFieldNumber

Field number for the "dealId" field.

PayloadTypeFieldNumber
public const int PayloadTypeFieldNumber
value = ProtoOADealOffsetListReq.PayloadTypeFieldNumber

Field number for the "payloadType" field.