public method IO2GClosedTradeTableRow.getValueDate

Brief

Gets the simulated delivery date.

Declaration
C++
virtual const char *  getValueDate () = 0

Details

The returned value represents the date when a position could have been automatically closed. It is provided in the yyyyMMdd format.
The returned value has a meaning only for positions opened on accounts with the day netting trading mode (see MaintenanceType field in the Accounts table). Otherwise, the method returns an empty string.

Declared in IO2GClosedTradeRow

back