public property O2GTradeTableRow.OpenTime

Brief

Gets the date and time when the position is opened.

Declaration
C#
DateTime  OpenTime get;

Details

The time zone is defined by the system properties SERVER_TIME_UTC and BASE_TIME_ZONE (see O2GSystemPropertiesReader.Properties)

Declared in O2GTradeRow

back