public method IO2GOrderTableRow.getExpireDate

Brief

Gets the expiration date and time of the order.

Declaration
C++
virtual DATE  getExpireDate () = 0

Details

The time zone is defined by the system properties SERVER_TIME_UTC and BASE_TIME_ZONE (see IO2GSystemPropertiesReader::findProperty)

It is applicable only to the orders with the DAY time-in-force option.

Declared in IO2GOrderRow

back