The new stop trigger price (in ticks) of the order during a revision.

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

Syntax

C#
public int NewStopTicks { get; }
Visual Basic (Declaration)
Public ReadOnly Property NewStopTicks As Integer
Visual C++
public:
property int NewStopTicks {
	int get ();
}

Field Value

Remarks

When revising the stop trigger price of an order the NewStopTicks will be set to the desired price of the order. Once the revision is confirmed or rejected by the exchange this value will be set to the CurrentStopTicks.

See Also