Hi, I found that TradeDeskAut.GetPriceHistoryUTC method doesn't return to the caller when you provide too close datetimes and request daily prices.
Please refer to the following pseudo code:
Code:DateTime fromDateTime = new DateTime(2012, 2, 1, 0, 0, 0); DateTime toDateTime = new DateTime(2012, 2, 1, 22, 0, 0); MarketRateEnumAut rateEnumAut = (MarketRateEnumAut)tradeDeskAut.GetPriceHistoryUTC("USD/JPY", "D1", fromDateTime, toDateTime, -1, true, true);



Reply With Quote
