public property O2GClosedTradeRow.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).

Declared in O2GClosedTradeRow

back