interface MarketRateEnumAut

Brief

The collection of the historical prices.

Details

To get the historical prices use TradeDeskAut.GetPriceHistoryUTC.

The collection can be enumerated using the foreach statement.

Public Properties

Count

Returns the number of prices in the collection.

Size

Returns the number of prices in the collection.

Public Methods

Item

Gets the price by the index.

back