ProtoOAApplicationAuthReq
StockSharp.cTrader.Native.Model
* Pedido para a autorização de uma aplicação para trabalhar com a plataforma cTrader Proxies.
Implementa: IMessage<ProtoOAApplicationAuthReq>, IMessage, IEquatable<ProtoOAApplicationAuthReq>, IDeepCloneable<ProtoOAApplicationAuthReq>, IBufferMessage
Propriedades
ClientId
public string ClientId { get; set; }
value = protoOAApplicationAuthReq.ClientId
protoOAApplicationAuthReq.ClientId = value
A ID do Cliente exclusiva fornecida durante o registro.
ClientSecret
public string ClientSecret { get; set; }
value = protoOAApplicationAuthReq.ClientSecret
protoOAApplicationAuthReq.ClientSecret = value
O exclusivo Cliente Secreto fornecido durante o registro.
HasClientId
public bool HasClientId { get; }
value = protoOAApplicationAuthReq.HasClientId
Obtém se o campo "clientId" está definido
HasClientSecret
public bool HasClientSecret { get; }
value = protoOAApplicationAuthReq.HasClientSecret
Obtém se o campo "clientSecret" está definido
HasPayloadType
public bool HasPayloadType { get; }
value = protoOAApplicationAuthReq.HasPayloadType
Obtém se o campo "payloadType" está definido
Métodos
ClearClientId
public void ClearClientId()
protoOAApplicationAuthReq.ClearClientId()
Limpa o valor do campo "clientId"
ClearClientSecret
public void ClearClientSecret()
protoOAApplicationAuthReq.ClearClientSecret()
Limpa o valor do campo "clientSecret"
ClearPayloadType
public void ClearPayloadType()
protoOAApplicationAuthReq.ClearPayloadType()
Limpa o valor do campo "payloadType"
Campos
ClientIdFieldNumber
public const int ClientIdFieldNumber
value = ProtoOAApplicationAuthReq.ClientIdFieldNumber
Número do campo para o campo "clientId".
ClientSecretFieldNumber
public const int ClientSecretFieldNumber
value = ProtoOAApplicationAuthReq.ClientSecretFieldNumber
Número do campo para o campo "clientSecret".
PayloadTypeFieldNumber
public const int PayloadTypeFieldNumber
value = ProtoOAApplicationAuthReq.PayloadTypeFieldNumber
Número do campo para o campo "payloadType".