public method O2GTradeRow.getValueDate

Brief

Gets the simulated delivery date.

Declaration
Java
String  getValueDate ()

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 for positions opened on accounts with the day netting trading mode (see the MaintenanceType field in the Accounts table). Otherwise, the method returns an empty string.

Declared in O2GTradeRow

back