The total price (in ticks) of all sell trades the account has in this market.

Namespace:  T4.API
Assembly:  T4API.20 (in T4API.20.dll)

Syntax

C#
public double TotalSellFillTicks { get; }
Visual Basic (Declaration)
Public ReadOnly Property TotalSellFillTicks As Double
Visual C++
public:
property double TotalSellFillTicks {
	double get ();
}

Field Value

Remarks

See Also