public method IO2GOrderTableRow.getNetQuantity

Brief

Gets the Net Amount order flag.

Declaration
C++
virtual bool  getNetQuantity () = 0

Details

The returned value defines whether the order is a Net Amount order or not.
The possible return values are:

true

The order is a Net Amount order.

false

The order is not a Net Amount order.

The Net Amount order closes all the positions of a specified instrument and account that are in the direction (buy or sell) opposite to that of the Net Amount order.

The following types of orders can be Net Amount orders:

Declared in IO2GOrderRow

back