public property O2GOrderRow.ExpireDate

Brief

Gets the expiration date and time of the order.

Declaration
C#
DateTime  ExpireDate get;

Details

The time zone is defined by the system properties SERVER_TIME_UTC and BASE_TIME_ZONE (see O2GSystemPropertiesReader.Properties).
It is applicable only to the orders with the DAY time-in-force option.

Declared in O2GOrderRow

back