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.j2ee.ra   
org.otfeed.protocol.request Contains the implementation classes. 
org.otfeed.support.alt   
 

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.j2ee.ra
 

Methods in org.otfeed.j2ee.ra that return types with arguments of type OTEquityInit
 IOutboundConnection.IDataReader<OTEquityInit> OtfeedConnection.requestEquityInit(java.lang.String exchangeCode, java.lang.String symbolCode)
           
 

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)
           
 

Uses of OTEquityInit in org.otfeed.support.alt
 

Methods in org.otfeed.support.alt that return types with arguments of type OTEquityInit
 IOutboundConnection.IDataReader<OTEquityInit> OutboundConnectionAdapter.requestEquityInit(java.lang.String exchangeCode, java.lang.String symbolCode)
           
 IOutboundConnection.IDataReader<OTEquityInit> IOutboundConnection.requestEquityInit(java.lang.String exchangeCode, java.lang.String symbolCode)
           
 



Copyright © 2007-2008 Mike Kroutikov. All Rights Reserved.