public method PriceHistoryHelperAut.GetTradingDayOffset

Brief

Gets the offset between a day's midnight and the date of the beginning of a trading day in the EST time zone.

Declaration
Visual Basic
Function GetTradingDayOffset () As Integer
IDL
[id(4)] HRESULT GetTradingDayOffset( [out, retval] int* retVal)

Returns

The method returns the offset between the day's midnight and the date of the beginning of the trading day. For example, FXCM's trading day starts at 17:00 of yesterday, so the offset is -7 hours.

Details

The GetTradingDayOffset method is defined in the PriceHistoryHelperAut class.

back