Volume/BuySell of this leg.

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

Syntax

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

Field Value

Remarks

Negative volumes indicate a selling leg, positive volumes indicate buying related to buying the strategy. i.e. selling the strategy means these are reversed.

See Also