Struct Position
Inherited Members
ValueType.Equals(Object)
ValueType.GetHashCode()
Object.Equals(Object, Object)
Object.GetType()
Object.ReferenceEquals(Object, Object)
Assembly: tt-net-api.dll
Syntax
Fields
Empty
Declaration
public static readonly Position Empty
Field Value
Properties
Account
Declaration
public Account Account { get; }
Property Value
AverageBuyPrice
Declaration
public decimal AverageBuyPrice { get; }
Property Value
AverageSellPrice
Declaration
public decimal AverageSellPrice { get; }
Property Value
Buys
Declaration
public decimal Buys { get; }
Property Value
InstrumentKey
Declaration
public InstrumentKey InstrumentKey { get; }
Property Value
NativeCurrencyOpenPL
Declaration
public decimal NativeCurrencyOpenPL { get; }
Property Value
NativeCurrencyPL
Declaration
public decimal NativeCurrencyPL { get; }
Property Value
NativeCurrencyRealizedPL
Declaration
public decimal NativeCurrencyRealizedPL { get; }
Property Value
NetPosition
Declaration
public decimal NetPosition { get; }
Property Value
OpenAveragePrice
Declaration
public decimal OpenAveragePrice { get; }
Property Value
OpenPL
Declaration
public decimal OpenPL { get; }
Property Value
PL
Declaration
public decimal PL { get; }
Property Value
PrimaryCurrencyOpenPL
Declaration
public decimal PrimaryCurrencyOpenPL { get; }
Property Value
PrimaryCurrencyPL
Declaration
public decimal PrimaryCurrencyPL { get; }
Property Value
PrimaryCurrencyRealizedPL
Declaration
public decimal PrimaryCurrencyRealizedPL { get; }
Property Value
RealizedPL
Declaration
public decimal RealizedPL { get; }
Property Value
Sells
Declaration
public decimal Sells { get; }
Property Value
SodPrice
Declaration
public decimal SodPrice { get; }
Property Value
SodPriceType
Declaration
public SODPriceType SodPriceType { get; }
Property Value
SodQty
Declaration
public decimal SodQty { get; }
Property Value
Valid
Declaration
public bool Valid { get; }
Property Value
Methods
ToString()
Declaration
public override string ToString()
Returns
Overrides
System.ValueType.ToString()