Uses of Class
org.otfeed.event.OTEquityInit

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

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

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

Constructor parameters in org.otfeed.command with type arguments of type OTEquityInit
EquityInitCommand(java.lang.String exchangeCode, java.lang.String symbolCode, IDataDelegate<OTEquityInit> dataDelegate)
          Creates new equity init command, initializing all its properties.
 

Uses of OTEquityInit in org.otfeed.event
 

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

Uses of OTEquityInit in org.otfeed.protocol.request
 

Constructor parameters in org.otfeed.protocol.request with type arguments of type OTEquityInit
EquityInitRequest(int requestId, java.lang.String exchangeCode, java.lang.String symbolCode, IDataDelegate<OTEquityInit> dataDelegate, ICompletionDelegate completionDelegate)
           
 



Copyright © 2007 Mike Kroutikov. All Rights Reserved.