ProtoOAAccountsTokenInvalidatedEvent

StockSharp.cTrader.Native.Model

* Event that is sent when a session to a specific trader's account is terminated by the server but the existing connections with the other trader's accounts are maintained.

Реализует: IMessage<ProtoOAAccountsTokenInvalidatedEvent>, IMessage, IEquatable<ProtoOAAccountsTokenInvalidatedEvent>, IDeepCloneable<ProtoOAAccountsTokenInvalidatedEvent>, IBufferMessage

Свойства

CtidTraderAccountIds : RepeatedField<long>

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

HasPayloadType : bool

Gets whether the "payloadType" field is set

HasReason : bool

Gets whether the "reason" field is set

Reason : string

The disconnection reason explained. For example: Access Token is expired or recalled.

Методы

ClearPayloadType()

Clears the value of the "payloadType" field

ClearReason()

Clears the value of the "reason" field

Поля

CtidTraderAccountIdsFieldNumber : int

Field number for the "ctidTraderAccountIds" field.

PayloadTypeFieldNumber : int

Field number for the "payloadType" field.

ReasonFieldNumber : int

Field number for the "reason" field.