ProtoOAApplicationAuthReq
* Solicitud para la autorización de una solicitud para trabajar con la plataforma cTraderProxies.
Implementa: IMessage<ProtoOAApplicationAuthReq>, IMessage, IEquatable<ProtoOAApplicationAuthReq>, IDeepCloneable<ProtoOAApplicationAuthReq>, IBufferMessage
Propiedades
public string ClientId { get; set; }
value = protoOAApplicationAuthReq.ClientId
protoOAApplicationAuthReq.ClientId = value
El ID de cliente único proporcionado durante el registro.
public string ClientSecret { get; set; }
value = protoOAApplicationAuthReq.ClientSecret
protoOAApplicationAuthReq.ClientSecret = value
El Secreto de Cliente único proporcionado durante el registro.
public bool HasClientId { get; }
value = protoOAApplicationAuthReq.HasClientId
Obtiene si el campo "clientId" está establecido
public bool HasClientSecret { get; }
value = protoOAApplicationAuthReq.HasClientSecret
Obtiene si el campo "clientSecret" está establecido
public bool HasPayloadType { get; }
value = protoOAApplicationAuthReq.HasPayloadType
Obtiene si el campo "payloadType" está establecido
Métodos
public void ClearClientId()
protoOAApplicationAuthReq.ClearClientId()
Limpia el valor del campo "clientId"
public void ClearClientSecret()
protoOAApplicationAuthReq.ClearClientSecret()
Limpia el valor del campo "clientSecret"
public void ClearPayloadType()
protoOAApplicationAuthReq.ClearPayloadType()
Limpia el valor del campo "payloadType"
Campos
public const int ClientIdFieldNumber
value = ProtoOAApplicationAuthReq.ClientIdFieldNumber
Número de campo para el campo "clientId@".
public const int ClientSecretFieldNumber
value = ProtoOAApplicationAuthReq.ClientSecretFieldNumber
Número de campo para el campo "clientSecret@".
public const int PayloadTypeFieldNumber
value = ProtoOAApplicationAuthReq.PayloadTypeFieldNumber
Número de campo para el campo "payloadType@".