ProtoOAAssetListRes

StockSharp.cTrader.Native.Model

* Response to the ProtoOAAssetListReq request.

Implements: IMessage<ProtoOAAssetListRes>, IMessage, IEquatable<ProtoOAAssetListRes>, IDeepCloneable<ProtoOAAssetListRes>, IBufferMessage

Properties

Asset
public RepeatedField<ProtoOAAsset> Asset { get; }
value = protoOAAssetListRes.Asset

The list of assets.

CtidTraderAccountId
public long CtidTraderAccountId { get; set; }
value = protoOAAssetListRes.CtidTraderAccountId
protoOAAssetListRes.CtidTraderAccountId = value

Unique identifier of the trader's account. Used to match responses to trader's accounts.

HasCtidTraderAccountId
public bool HasCtidTraderAccountId { get; }
value = protoOAAssetListRes.HasCtidTraderAccountId

Gets whether the "ctidTraderAccountId" field is set

HasPayloadType
public bool HasPayloadType { get; }
value = protoOAAssetListRes.HasPayloadType

Gets whether the "payloadType" field is set

Methods

ClearCtidTraderAccountId
public void ClearCtidTraderAccountId()
protoOAAssetListRes.ClearCtidTraderAccountId()

Clears the value of the "ctidTraderAccountId" field

ClearPayloadType
public void ClearPayloadType()
protoOAAssetListRes.ClearPayloadType()

Clears the value of the "payloadType" field

Fields

AssetFieldNumber
public const int AssetFieldNumber
value = ProtoOAAssetListRes.AssetFieldNumber

Field number for the "asset" field.

CtidTraderAccountIdFieldNumber
public const int CtidTraderAccountIdFieldNumber
value = ProtoOAAssetListRes.CtidTraderAccountIdFieldNumber

Field number for the "ctidTraderAccountId" field.

PayloadTypeFieldNumber
public const int PayloadTypeFieldNumber
value = ProtoOAAssetListRes.PayloadTypeFieldNumber

Field number for the "payloadType" field.