Uses of Class
org.otfeed.event.OTSplit

Packages that use OTSplit
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 OTSplit in org.otfeed.command
 

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

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

Constructor parameters in org.otfeed.command with type arguments of type OTSplit
SplitsCommand(java.lang.String exchangeCode, java.lang.String symbolCode, java.util.Date startDate, java.util.Date endDate, IDataDelegate<OTSplit> dataDelegate)
          Creates new splits command, initializing all its properties.
 

Uses of OTSplit in org.otfeed.event
 

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

Uses of OTSplit in org.otfeed.protocol.request
 

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



Copyright © 2007 Mike Kroutikov. All Rights Reserved.