Uses of Interface
org.otfeed.IConnection

Packages that use IConnection
org.otfeed Main part of the client API to the OpenTick financial data feed service. 
org.otfeed.protocol.connector Contains the implementation classes. 
org.otfeed.protocol.request Contains the implementation classes. 
 

Uses of IConnection in org.otfeed
 

Methods in org.otfeed that return IConnection
 IConnection IConnectionFactory.connect(IConnectionStateListener listener)
          Connects to the server.
 IConnection OTConnectionFactory.connect(IConnectionStateListener list)
          Starts asynchronous connection process.
 IConnection OTPooledConnectionFactory.connect(IConnectionStateListener listener)
           
 

Uses of IConnection in org.otfeed.protocol.connector
 

Classes in org.otfeed.protocol.connector that implement IConnection
 class OTEngine
           
 

Uses of IConnection in org.otfeed.protocol.request
 

Constructors in org.otfeed.protocol.request with parameters of type IConnection
OptionChainWithSnapshotRequest(IConnection connection, java.lang.String exchangeCode, java.lang.String symbolCode, MonthAndYear monthAndYear, PriceRange priceRange, VolumeStyleEnum volumeStyle, IDataDelegate<OTQuote> quoteDelegate, IDataDelegate<OTTrade> tradeDelegate, IDataDelegate<OTMMQuote> mmQuoteDelegate, IDataDelegate<OTBBO> bboDelegate, ICompletionDelegate completionDelegate)
           
TickStreamWithSnapshotRequest(IConnection connection, java.lang.String exchangeCode, java.lang.String symbolCode, VolumeStyleEnum volumeStyle, IDataDelegate<OTQuote> quoteDelegate, IDataDelegate<OTTrade> tradeDelegate, IDataDelegate<OTMMQuote> mmQuoteDelegate, IDataDelegate<OTBBO> bboDelegate, ICompletionDelegate completionDelegate)
           
 



Copyright © 2007 Mike Kroutikov. All Rights Reserved.