ProtoOACashFlowHistoryListReq

StockSharp.cTrader.Native.Model

* Request for getting Trader's historical data of deposits and withdrawals.

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

Properties

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

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

FromTimestamp
public long FromTimestamp { get; set; }
value = protoOACashFlowHistoryListReq.FromTimestamp
protoOACashFlowHistoryListReq.FromTimestamp = value

The Unix time from which the search starts >=0 (1st Jan 1970). Validation: toTimestamp - fromTimestamp <= 604800000 (1 week).

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

Gets whether the "ctidTraderAccountId" field is set

HasFromTimestamp
public bool HasFromTimestamp { get; }
value = protoOACashFlowHistoryListReq.HasFromTimestamp

Gets whether the "fromTimestamp" field is set

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

Gets whether the "payloadType" field is set

HasToTimestamp
public bool HasToTimestamp { get; }
value = protoOACashFlowHistoryListReq.HasToTimestamp

Gets whether the "toTimestamp" field is set

ToTimestamp
public long ToTimestamp { get; set; }
value = protoOACashFlowHistoryListReq.ToTimestamp
protoOACashFlowHistoryListReq.ToTimestamp = value

The Unix time where to stop searching <= 2147483646000 (19th Jan 2038).

Methods

ClearCtidTraderAccountId
public void ClearCtidTraderAccountId()
protoOACashFlowHistoryListReq.ClearCtidTraderAccountId()

Clears the value of the "ctidTraderAccountId" field

ClearFromTimestamp
public void ClearFromTimestamp()
protoOACashFlowHistoryListReq.ClearFromTimestamp()

Clears the value of the "fromTimestamp" field

ClearPayloadType
public void ClearPayloadType()
protoOACashFlowHistoryListReq.ClearPayloadType()

Clears the value of the "payloadType" field

ClearToTimestamp
public void ClearToTimestamp()
protoOACashFlowHistoryListReq.ClearToTimestamp()

Clears the value of the "toTimestamp" field

Fields

CtidTraderAccountIdFieldNumber
public const int CtidTraderAccountIdFieldNumber
value = ProtoOACashFlowHistoryListReq.CtidTraderAccountIdFieldNumber

Field number for the "ctidTraderAccountId" field.

FromTimestampFieldNumber
public const int FromTimestampFieldNumber
value = ProtoOACashFlowHistoryListReq.FromTimestampFieldNumber

Field number for the "fromTimestamp" field.

PayloadTypeFieldNumber
public const int PayloadTypeFieldNumber
value = ProtoOACashFlowHistoryListReq.PayloadTypeFieldNumber

Field number for the "payloadType" field.

ToTimestampFieldNumber
public const int ToTimestampFieldNumber
value = ProtoOACashFlowHistoryListReq.ToTimestampFieldNumber

Field number for the "toTimestamp" field.