ProtoOAAccountLogoutReq

StockSharp.cTrader.Native.Model

* Request for logout of trading account session.

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

Properties

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

The unique identifier of the trader's account in cTrader platform.

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

Gets whether the "ctidTraderAccountId" field is set

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

Gets whether the "payloadType" field is set

Methods

ClearCtidTraderAccountId
public void ClearCtidTraderAccountId()
protoOAAccountLogoutReq.ClearCtidTraderAccountId()

Clears the value of the "ctidTraderAccountId" field

ClearPayloadType
public void ClearPayloadType()
protoOAAccountLogoutReq.ClearPayloadType()

Clears the value of the "payloadType" field

Fields

CtidTraderAccountIdFieldNumber
public const int CtidTraderAccountIdFieldNumber
value = ProtoOAAccountLogoutReq.CtidTraderAccountIdFieldNumber

Field number for the "ctidTraderAccountId" field.

PayloadTypeFieldNumber
public const int PayloadTypeFieldNumber
value = ProtoOAAccountLogoutReq.PayloadTypeFieldNumber

Field number for the "payloadType" field.