public property O2GOfferTableRow.ValueDate

Brief

Gets the simulated delivery date.

Declaration
C#
string  ValueDate get;

Details

The returned value indicates the date and time when a position opened for an instrument can be automatically closed.
The returned value is provided in the yyyyMMdd format.

It is applicable only when an instrument is traded on an account with the day netting trading mode (see the MaintenanceType field of the Accounts table).

Declared in O2GOfferRow

back