ProtoOAGetCtidProfileByTokenRes
StockSharp.cTrader.Native.Model
* Response to the ProtoOAGetCtidProfileByTokenReq request.
Implements: IMessage<ProtoOAGetCtidProfileByTokenRes>, IMessage, IEquatable<ProtoOAGetCtidProfileByTokenRes>, IDeepCloneable<ProtoOAGetCtidProfileByTokenRes>, IBufferMessage
Properties
HasPayloadType
public bool HasPayloadType { get; }
value = protoOAGetCtidProfileByTokenRes.HasPayloadType
Gets whether the "payloadType" field is set
Profile
public ProtoOACtidProfile Profile { get; set; }
value = protoOAGetCtidProfileByTokenRes.Profile
protoOAGetCtidProfileByTokenRes.Profile = value
Trader's profile.
Methods
ClearPayloadType
public void ClearPayloadType()
protoOAGetCtidProfileByTokenRes.ClearPayloadType()
Clears the value of the "payloadType" field
Fields
PayloadTypeFieldNumber
public const int PayloadTypeFieldNumber
value = ProtoOAGetCtidProfileByTokenRes.PayloadTypeFieldNumber
Field number for the "payloadType" field.
ProfileFieldNumber
public const int ProfileFieldNumber
value = ProtoOAGetCtidProfileByTokenRes.ProfileFieldNumber
Field number for the "profile" field.