The total price (in ticks) of all sell trades the account has in this
market.
Namespace:
T4.APIAssembly: 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 (); } |