ProtoOAApplicationAuthReq
StockSharp.cTrader.Native.Model
※cTraderプラットフォームプロキシと連携するアプリケーションを承認するリクエスト
実装: IMessage<ProtoOAApplicationAuthReq>, IMessage, IEquatable<ProtoOAApplicationAuthReq>, IDeepCloneable<ProtoOAApplicationAuthReq>, IBufferMessage
プロパティ
ClientId
public string ClientId { get; set; }
value = protoOAApplicationAuthReq.ClientId
protoOAApplicationAuthReq.ClientId = value
会員登録時に提供される独自のクライアントID。
ClientSecret
public string ClientSecret { get; set; }
value = protoOAApplicationAuthReq.ClientSecret
protoOAApplicationAuthReq.ClientSecret = value
登録時に提供されるユニークなクライアントシークレット。
HasClientId
public bool HasClientId { get; }
value = protoOAApplicationAuthReq.HasClientId
"clientId" フィールドがセットされているかどうかを取得する
HasClientSecret
public bool HasClientSecret { get; }
value = protoOAApplicationAuthReq.HasClientSecret
"clientSecret" フィールドがセットされているかどうかを取得する
HasPayloadType
public bool HasPayloadType { get; }
value = protoOAApplicationAuthReq.HasPayloadType
"payloadType" フィールドがセットされているかどうかを取得する
メソッド
ClearClientId
public void ClearClientId()
protoOAApplicationAuthReq.ClearClientId()
フィールドの「clientId」の値をクリア
ClearClientSecret
public void ClearClientSecret()
protoOAApplicationAuthReq.ClearClientSecret()
フィールドの「clientSecret」の値をクリア
ClearPayloadType
public void ClearPayloadType()
protoOAApplicationAuthReq.ClearPayloadType()
フィールドの「payloadType」の値をクリア
フィールド
ClientIdFieldNumber
public const int ClientIdFieldNumber
value = ProtoOAApplicationAuthReq.ClientIdFieldNumber
フィールド番号は、"clientId" フィールドです。
ClientSecretFieldNumber
public const int ClientSecretFieldNumber
value = ProtoOAApplicationAuthReq.ClientSecretFieldNumber
フィールド番号は、"clientSecret" フィールドです。
PayloadTypeFieldNumber
public const int PayloadTypeFieldNumber
value = ProtoOAApplicationAuthReq.PayloadTypeFieldNumber
フィールド番号は、"payloadType" フィールドです。