ProtoOAApplicationAuthReq
StockSharp.cTrader.Native.Model
* Request for the authorizing an application to work with the cTrader platform Proxies.
Реализует: IMessage<ProtoOAApplicationAuthReq>, IMessage, IEquatable<ProtoOAApplicationAuthReq>, IDeepCloneable<ProtoOAApplicationAuthReq>, IBufferMessage
Свойства
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
Методы
ClearClientId()
Clears the value of the "clientId" field
ClearClientSecret()
Clears the value of the "clientSecret" field
ClearPayloadType()
Clears the value of the "payloadType" field
Поля
ClientIdFieldNumber : int
Field number for the "clientId" field.
ClientSecretFieldNumber : int
Field number for the "clientSecret" field.
PayloadTypeFieldNumber : int
Field number for the "payloadType" field.