Is there a way to subscribe for hourly updates?
I used
Quote:
marketDataRequest.setSubscriptionRequestType(Subsc riptionRequestTypeFactory.SUBSCRIBE);
marketDataRequest.setFXCMTimingInterval(FXCMTiming IntervalFactory.HOUR1);
|
and I still get tick updates.
I'd like to subscribe to updates using a timing interval rather than request updates manually when the interval ends.
Thanks --Joachim