ProtoOAApplicationAuthReq

StockSharp.cTrader.Native.Model

* Bitten Sie um die Autorisierung einer Anwendung für die Arbeit mit der cTraderPlattform Proxies.

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

Eigenschaften

ClientId
public string ClientId { get; set; }
value = protoOAApplicationAuthReq.ClientId
protoOAApplicationAuthReq.ClientId = value

Die eindeutige Kunden-ID, die während der Registrierung angegeben wurde.

ClientSecret
public string ClientSecret { get; set; }
value = protoOAApplicationAuthReq.ClientSecret
protoOAApplicationAuthReq.ClientSecret = value

Das eindeutige Kundengeheimnis, das während der Registrierung bereitgestellt wurde.

HasClientId
public bool HasClientId { get; }
value = protoOAApplicationAuthReq.HasClientId

Erhaltet, ob das Feld "clientId" gesetzt ist

HasClientSecret
public bool HasClientSecret { get; }
value = protoOAApplicationAuthReq.HasClientSecret

Erhaltet, ob das Feld "clientSecret" gesetzt ist

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

Erhaltet, ob das Feld "payloadType" gesetzt ist

Methoden

ClearClientId
public void ClearClientId()
protoOAApplicationAuthReq.ClearClientId()

Löscht den Wert des Feldes "clientId"

ClearClientSecret
public void ClearClientSecret()
protoOAApplicationAuthReq.ClearClientSecret()

Löscht den Wert des Feldes "clientSecret"

ClearPayloadType
public void ClearPayloadType()
protoOAApplicationAuthReq.ClearPayloadType()

Löscht den Wert des Feldes "payloadType"

Felder

ClientIdFieldNumber
public const int ClientIdFieldNumber
value = ProtoOAApplicationAuthReq.ClientIdFieldNumber

Feldnummer für das Feld "clientId".

ClientSecretFieldNumber
public const int ClientSecretFieldNumber
value = ProtoOAApplicationAuthReq.ClientSecretFieldNumber

Feldnummer für das Feld "clientSecret".

PayloadTypeFieldNumber
public const int PayloadTypeFieldNumber
value = ProtoOAApplicationAuthReq.PayloadTypeFieldNumber

Feldnummer für das Feld "payloadType".