Uses of Class
org.otfeed.event.OTOHLC

Packages that use OTOHLC
org.otfeed.command Command objects: all possible request types originate here. 
org.otfeed.event Event objects and enven listeners for the client API to the OpenTick financial data feed service. 
org.otfeed.protocol.request Contains the implementation classes. 
 

Uses of OTOHLC in org.otfeed.command
 

Methods in org.otfeed.command that return types with arguments of type OTOHLC
 IDataDelegate<OTOHLC> HistDataCommand.getDataDelegate()
          Delegate to receive OTOHLC events.
 

Method parameters in org.otfeed.command with type arguments of type OTOHLC
 void HistDataCommand.setDataDelegate(IDataDelegate<OTOHLC> dataDelegate)
          Sets delegate.
 

Constructor parameters in org.otfeed.command with type arguments of type OTOHLC
HistDataCommand(java.lang.String exchangeCode, java.lang.String symbolCode, java.util.Date startDate, java.util.Date endDate, AggregationSpan aggregationSpan, IDataDelegate<OTOHLC> dataDelegate)
          Creates new historical data command, initializing all its properties.
HistDataCommand(java.lang.String exchangeCode, java.lang.String symbolCode, java.util.Date startDate, java.util.Date endDate, IDataDelegate<OTOHLC> dataDelegate)
          Creates new historical data command with default aggregation interval of one day.
 

Uses of OTOHLC in org.otfeed.event
 

Methods in org.otfeed.event with parameters of type OTOHLC
 int OTOHLC.compareTo(OTOHLC other)
           
 

Uses of OTOHLC in org.otfeed.protocol.request
 

Constructor parameters in org.otfeed.protocol.request with type arguments of type OTOHLC
HistDataRequest(int requestId, java.lang.String exchangeCode, java.lang.String symbolCode, java.util.Date startDate, java.util.Date endDate, AggregationSpan aggregationSpan, IDataDelegate<OTOHLC> dataDelegate, ICompletionDelegate completionDelegate)
           
 



Copyright © 2007 Mike Kroutikov. All Rights Reserved.