public method O2GOrderRow.getExpireDate

Brief

Gets the expiration date and time of the order.

Declaration
Java
java.util.Calendar  getExpireDate ()

Details

The time zone is defined by the system properties Constants.SystemProperties.SERVER_TIME_UTC and Constants.SystemProperties.BASE_TIME_ZONE.

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

Declared in O2GOrderRow

back