Show / Hide Table of Contents

Struct Position

Inherited Members
ValueType.Equals(object)
ValueType.GetHashCode()
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetType()
Namespace: tt_net_sdk
Assembly: tt-net-api.dll
Syntax
public struct Position

Fields

Empty

Declaration
public static readonly Position Empty
Field Value
Type Description
Position

Properties

Account

Declaration
public Account Account { get; }
Property Value
Type Description
Account

AverageBuyPrice

Declaration
public decimal AverageBuyPrice { get; }
Property Value
Type Description
decimal

AverageSellPrice

Declaration
public decimal AverageSellPrice { get; }
Property Value
Type Description
decimal

Buys

Declaration
public decimal Buys { get; }
Property Value
Type Description
decimal

InstrumentKey

Declaration
public InstrumentKey InstrumentKey { get; }
Property Value
Type Description
InstrumentKey

NativeCurrencyOpenPL

Declaration
public decimal NativeCurrencyOpenPL { get; }
Property Value
Type Description
decimal

NativeCurrencyPL

Declaration
public decimal NativeCurrencyPL { get; }
Property Value
Type Description
decimal

NativeCurrencyRealizedPL

Declaration
public decimal NativeCurrencyRealizedPL { get; }
Property Value
Type Description
decimal

NetPosition

Declaration
public decimal NetPosition { get; }
Property Value
Type Description
decimal

OpenAveragePrice

Declaration
public decimal OpenAveragePrice { get; }
Property Value
Type Description
decimal

OpenPL

Declaration
public decimal OpenPL { get; }
Property Value
Type Description
decimal

PL

Declaration
public decimal PL { get; }
Property Value
Type Description
decimal

PrimaryCurrencyOpenPL

Declaration
public decimal PrimaryCurrencyOpenPL { get; }
Property Value
Type Description
decimal

PrimaryCurrencyPL

Declaration
public decimal PrimaryCurrencyPL { get; }
Property Value
Type Description
decimal

PrimaryCurrencyRealizedPL

Declaration
public decimal PrimaryCurrencyRealizedPL { get; }
Property Value
Type Description
decimal

RealizedPL

Declaration
public decimal RealizedPL { get; }
Property Value
Type Description
decimal

Sells

Declaration
public decimal Sells { get; }
Property Value
Type Description
decimal

SodPrice

Declaration
public decimal SodPrice { get; }
Property Value
Type Description
decimal

SodPriceType

Declaration
public SODPriceType SodPriceType { get; }
Property Value
Type Description
SODPriceType

SodQty

Declaration
public decimal SodQty { get; }
Property Value
Type Description
decimal

Valid

Declaration
public bool Valid { get; }
Property Value
Type Description
bool

Methods

ToString()

Declaration
public override string ToString()
Returns
Type Description
string
Overrides
ValueType.ToString()
In this article
Back to top