Summary
Volume of this order.
Syntax
public double VolumeInUnits{ get; }
Example 1
var result = PlaceLimitOrder(TradeType.Buy, Symbol, 10000, targetPrice); var order = result.PendingOrder; Print("The order's volume is: {0}", order.VolumeInUnits);
public double VolumeInUnits{ get; }
var result = PlaceLimitOrder(TradeType.Buy, Symbol, 10000, targetPrice); var order = result.PendingOrder; Print("The order's volume is: {0}", order.VolumeInUnits);