interface PriceHistoryHelperAut

Brief

Helper class for working with historical prices.

Details

To get an instance of the class, use the property TradeDeskAut.PriceHistoryHelper.

Public Constants

VolumeSupport

Checks whether the server supports the volume.

Public Methods

GetCandle

Gets the start and end dates of the candle to which a specified date belongs.

GetPeriods

Gets identifiers of available periods.

GetTradingDayOffset

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

GetTradingDayOffsetUTC

Gets the offset between a day's midnight and a specified date in the UTC time zone.

GetTradingWeekOffset

Gets the offset between a Sunday date and the date of the beginning of a trading week.

IsNonTrading

Checks whether a specified date and time is in the regular non-trading hours.

back