ProtoOAApplicationAuthReq
StockSharp.cTrader.Native.Model
* Request for the authorizing an application to work with the cTrader platform Proxies.
Implementiert: IMessage<ProtoOAApplicationAuthReq>, IMessage, IEquatable<ProtoOAApplicationAuthReq>, IDeepCloneable<ProtoOAApplicationAuthReq>, IBufferMessage
Eigenschaften
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
Methoden
ClearClientId()
Clears the value of the "clientId" field
ClearClientSecret()
Clears the value of the "clientSecret" field
ClearPayloadType()
Clears the value of the "payloadType" field
Felder
ClientIdFieldNumber : int
Field number for the "clientId" field.
ClientSecretFieldNumber : int
Field number for the "clientSecret" field.
PayloadTypeFieldNumber : int
Field number for the "payloadType" field.