public method TradeDeskEventsSink.OnPriceHistoryCompleted

Brief

The event is fired when a request for getting historical prices has completed. The event provides a collection of historical prices.

Declaration
Visual Basic
Sub OnPriceHistoryCompleted (sRequestID as String, Rates as Object)
IDL
[id(16)] HRESULT OnPriceHistoryCompleted( [in]BSTR sRequestID, [in]IDispatch *pRates)

Parameters
RequestID

Completed RequestID.

Rates

The reference to the MarketRateEnumAut.

Details

Please, see also the class description for important information about the event processing.

back