ProtoOACashFlowHistoryListRes
StockSharp.cTrader.Native.Model
* 对ProtoOACashFlowHistoryListReq请求的答复。
实现: IMessage<ProtoOACashFlowHistoryListRes>, IMessage, IEquatable<ProtoOACashFlowHistoryListRes>, IDeepCloneable<ProtoOACashFlowHistoryListRes>, IBufferMessage
属性
CtidTraderAccountId
public long CtidTraderAccountId { get; set; }
value = protoOACashFlowHistoryListRes.CtidTraderAccountId
protoOACashFlowHistoryListRes.CtidTraderAccountId = value
交易商账户的独特标识符。 用于匹配交易商账户的响应 。
DepositWithdraw
public RepeatedField<ProtoOADepositWithdraw> DepositWithdraw { get; }
value = protoOACashFlowHistoryListRes.DepositWithdraw
存款和提取业务清单.
HasCtidTraderAccountId
public bool HasCtidTraderAccountId { get; }
value = protoOACashFlowHistoryListRes.HasCtidTraderAccountId
获取是否设置了 " ctidTraderAccountId " 字段
HasPayloadType
public bool HasPayloadType { get; }
value = protoOACashFlowHistoryListRes.HasPayloadType
获取是否设置了 " payloadType " 字段
方法
ClearCtidTraderAccountId
public void ClearCtidTraderAccountId()
protoOACashFlowHistoryListRes.ClearCtidTraderAccountId()
清除 " ctidTraderAccountId " 字段的值
ClearPayloadType
public void ClearPayloadType()
protoOACashFlowHistoryListRes.ClearPayloadType()
清除 " payloadType " 字段的值
字段
CtidTraderAccountIdFieldNumber
public const int CtidTraderAccountIdFieldNumber
value = ProtoOACashFlowHistoryListRes.CtidTraderAccountIdFieldNumber
" ctidTraderAccountId " 字段的字段编号。
DepositWithdrawFieldNumber
public const int DepositWithdrawFieldNumber
value = ProtoOACashFlowHistoryListRes.DepositWithdrawFieldNumber
" depositWithdraw " 字段的字段编号。
PayloadTypeFieldNumber
public const int PayloadTypeFieldNumber
value = ProtoOACashFlowHistoryListRes.PayloadTypeFieldNumber
" payloadType " 字段的字段编号。