ProtoOACashFlowHistoryListRes
StockSharp.cTrader.Native.Model
* Response to the ProtoOACashFlowHistoryListReq request.
Implements: IMessage<ProtoOACashFlowHistoryListRes>, IMessage, IEquatable<ProtoOACashFlowHistoryListRes>, IDeepCloneable<ProtoOACashFlowHistoryListRes>, IBufferMessage
Properties
CtidTraderAccountId
public long CtidTraderAccountId { get; set; }
value = protoOACashFlowHistoryListRes.CtidTraderAccountId
protoOACashFlowHistoryListRes.CtidTraderAccountId = value
Unique identifier of the trader's account. Used to match responses to trader's accounts.
DepositWithdraw
public RepeatedField<ProtoOADepositWithdraw> DepositWithdraw { get; }
value = protoOACashFlowHistoryListRes.DepositWithdraw
The list of deposit and withdrawal operations.
HasCtidTraderAccountId
public bool HasCtidTraderAccountId { get; }
value = protoOACashFlowHistoryListRes.HasCtidTraderAccountId
Gets whether the "ctidTraderAccountId" field is set
HasPayloadType
public bool HasPayloadType { get; }
value = protoOACashFlowHistoryListRes.HasPayloadType
Gets whether the "payloadType" field is set
Methods
ClearCtidTraderAccountId
public void ClearCtidTraderAccountId()
protoOACashFlowHistoryListRes.ClearCtidTraderAccountId()
Clears the value of the "ctidTraderAccountId" field
ClearPayloadType
public void ClearPayloadType()
protoOACashFlowHistoryListRes.ClearPayloadType()
Clears the value of the "payloadType" field
Fields
CtidTraderAccountIdFieldNumber
public const int CtidTraderAccountIdFieldNumber
value = ProtoOACashFlowHistoryListRes.CtidTraderAccountIdFieldNumber
Field number for the "ctidTraderAccountId" field.
DepositWithdrawFieldNumber
public const int DepositWithdrawFieldNumber
value = ProtoOACashFlowHistoryListRes.DepositWithdrawFieldNumber
Field number for the "depositWithdraw" field.
PayloadTypeFieldNumber
public const int PayloadTypeFieldNumber
value = ProtoOACashFlowHistoryListRes.PayloadTypeFieldNumber
Field number for the "payloadType" field.