ProtoOAGetPositionUnrealizedPnLReq
StockSharp.cTrader.Native.Model
* Anfrage für immer Trader-Positionen 'unrealized PnLs.
Implementiert: IMessage<ProtoOAGetPositionUnrealizedPnLReq>, IMessage, IEquatable<ProtoOAGetPositionUnrealizedPnLReq>, IDeepCloneable<ProtoOAGetPositionUnrealizedPnLReq>, IBufferMessage
Eigenschaften
CtidTraderAccountId
public long CtidTraderAccountId { get; set; }
value = protoOAGetPositionUnrealizedPnLReq.CtidTraderAccountId
protoOAGetPositionUnrealizedPnLReq.CtidTraderAccountId = value
Die eindeutige Kennung des Händlerkontos in cTrader Plattform.
HasCtidTraderAccountId
public bool HasCtidTraderAccountId { get; }
value = protoOAGetPositionUnrealizedPnLReq.HasCtidTraderAccountId
Erhaltet, ob das Feld "ctidTraderAccountId" gesetzt ist
HasPayloadType
public bool HasPayloadType { get; }
value = protoOAGetPositionUnrealizedPnLReq.HasPayloadType
Erhaltet, ob das Feld "payloadType" gesetzt ist
Methoden
ClearCtidTraderAccountId
public void ClearCtidTraderAccountId()
protoOAGetPositionUnrealizedPnLReq.ClearCtidTraderAccountId()
Löscht den Wert des Feldes "ctidTraderAccountId"
ClearPayloadType
public void ClearPayloadType()
protoOAGetPositionUnrealizedPnLReq.ClearPayloadType()
Löscht den Wert des Feldes "payloadType"
Felder
CtidTraderAccountIdFieldNumber
public const int CtidTraderAccountIdFieldNumber
value = ProtoOAGetPositionUnrealizedPnLReq.CtidTraderAccountIdFieldNumber
Feldnummer für das Feld "ctidTraderAccountId".
PayloadTypeFieldNumber
public const int PayloadTypeFieldNumber
value = ProtoOAGetPositionUnrealizedPnLReq.PayloadTypeFieldNumber
Feldnummer für das Feld "payloadType".