ProtoOACashFlowHistoryListReq

StockSharp.cTrader.Native.Model

* Anfrage für die Erhalten Traders historischen Daten von Ein- und Auszahlungen.

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

Eigenschaften

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

Eindeutige Kennung des Händlerkontos, die verwendet wird, um die Antworten auf die Händlerkonten abzugleichen.

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

Die Unix-Zeit, ab der die Suche beginnt >=0 (1. Januar 1970). Validierung: toTimestamp - fromTimestamp <= 604800000 (1 Woche).

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

Erhaltet, ob das Feld "ctidTraderAccountId" gesetzt ist

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

Erhaltet, ob das Feld "fromTimestamp" gesetzt ist

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

Erhaltet, ob das Feld "payloadType" gesetzt ist

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

Erhaltet, ob das Feld "toTimestamp" gesetzt ist

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

Die Unix-Zeit, wo man aufhören sollte zu suchen <= 2147483646000 (19. Januar 2038).

Methoden

ClearCtidTraderAccountId
public void ClearCtidTraderAccountId()
protoOACashFlowHistoryListReq.ClearCtidTraderAccountId()

Löscht den Wert des Feldes "ctidTraderAccountId"

ClearFromTimestamp
public void ClearFromTimestamp()
protoOACashFlowHistoryListReq.ClearFromTimestamp()

Löscht den Wert des Feldes "fromTimestamp"

ClearPayloadType
public void ClearPayloadType()
protoOACashFlowHistoryListReq.ClearPayloadType()

Löscht den Wert des Feldes "payloadType"

ClearToTimestamp
public void ClearToTimestamp()
protoOACashFlowHistoryListReq.ClearToTimestamp()

Löscht den Wert des Feldes "toTimestamp"

Felder

CtidTraderAccountIdFieldNumber
public const int CtidTraderAccountIdFieldNumber
value = ProtoOACashFlowHistoryListReq.CtidTraderAccountIdFieldNumber

Feldnummer für das Feld "ctidTraderAccountId".

FromTimestampFieldNumber
public const int FromTimestampFieldNumber
value = ProtoOACashFlowHistoryListReq.FromTimestampFieldNumber

Feldnummer für das Feld "fromTimestamp".

PayloadTypeFieldNumber
public const int PayloadTypeFieldNumber
value = ProtoOACashFlowHistoryListReq.PayloadTypeFieldNumber

Feldnummer für das Feld "payloadType".

ToTimestampFieldNumber
public const int ToTimestampFieldNumber
value = ProtoOACashFlowHistoryListReq.ToTimestampFieldNumber

Feldnummer für das Feld "toTimestamp".