ProtoOAApplicationAuthReq
* 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
public string ClientId { get; set; }
value = protoOAApplicationAuthReq.ClientId
protoOAApplicationAuthReq.ClientId = value
Die eindeutige Kunden-ID, die während der Registrierung angegeben wurde.
public string ClientSecret { get; set; }
value = protoOAApplicationAuthReq.ClientSecret
protoOAApplicationAuthReq.ClientSecret = value
Das eindeutige Kundengeheimnis, das während der Registrierung bereitgestellt wurde.
public bool HasClientId { get; }
value = protoOAApplicationAuthReq.HasClientId
Erhaltet, ob das Feld "clientId" gesetzt ist
public bool HasClientSecret { get; }
value = protoOAApplicationAuthReq.HasClientSecret
Erhaltet, ob das Feld "clientSecret" gesetzt ist
public bool HasPayloadType { get; }
value = protoOAApplicationAuthReq.HasPayloadType
Erhaltet, ob das Feld "payloadType" gesetzt ist
Methoden
public void ClearClientId()
protoOAApplicationAuthReq.ClearClientId()
Löscht den Wert des Feldes "clientId"
public void ClearClientSecret()
protoOAApplicationAuthReq.ClearClientSecret()
Löscht den Wert des Feldes "clientSecret"
public void ClearPayloadType()
protoOAApplicationAuthReq.ClearPayloadType()
Löscht den Wert des Feldes "payloadType"
Felder
public const int ClientIdFieldNumber
value = ProtoOAApplicationAuthReq.ClientIdFieldNumber
Feldnummer für das Feld "clientId".
public const int ClientSecretFieldNumber
value = ProtoOAApplicationAuthReq.ClientSecretFieldNumber
Feldnummer für das Feld "clientSecret".
public const int PayloadTypeFieldNumber
value = ProtoOAApplicationAuthReq.PayloadTypeFieldNumber
Feldnummer für das Feld "payloadType".