public method IO2GOrderTableRow.getValueDate

Brief

Gets the simulated delivery date.

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

Details

The returned value reflects the date when the position can be automatically closed. It is provided in the yyyyMMdd format.

It is applicable only to orders placed from accounts with the day netting trading mode (see MaintenanceType field in the Accounts table). Otherwise, the method returns an empty string.

Declared in IO2GOrderRow

back