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

Uses of IConnection in org.otfeed
 

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

Uses of IConnection in org.otfeed.j2ee.ra
 

Constructors in org.otfeed.j2ee.ra with parameters of type IConnection
OtfeedInboundConnection(IConnection engine)
           
 

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)
           
 

Uses of IConnection in org.otfeed.samples
 

Methods in org.otfeed.samples that return IConnection
static IConnection Connector.connect()
           
 

Uses of IConnection in org.otfeed.support.alt
 

Constructors in org.otfeed.support.alt with parameters of type IConnection
OutboundConnectionAdapter(IConnection c)
           
 



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