public property O2GClosedTradeTableRow.CloseTime

Brief

Gets the date and time when the position is closed.

Declaration
C#
DateTime  CloseTime get;

Details

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

Declared in O2GClosedTradeRow

back