ProtoOAApplicationAuthReq

StockSharp.cTrader.Native.Model

* Request for the authorizing an application to work with the cTrader platform Proxies.

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

Properties

ClientId : string

The unique Client ID provided during the registration.

ClientSecret : string

The unique Client Secret provided during the registration.

HasClientId : bool

Gets whether the "clientId" field is set

HasClientSecret : bool

Gets whether the "clientSecret" field is set

HasPayloadType : bool

Gets whether the "payloadType" field is set

Methods

ClearClientId()

Clears the value of the "clientId" field

ClearClientSecret()

Clears the value of the "clientSecret" field

ClearPayloadType()

Clears the value of the "payloadType" field

Fields

ClientIdFieldNumber : int

Field number for the "clientId" field.

ClientSecretFieldNumber : int

Field number for the "clientSecret" field.

PayloadTypeFieldNumber : int

Field number for the "payloadType" field.