Uses of Interface
org.otfeed.IRequest

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

Methods in org.otfeed that return IRequest
 IRequest IConnection.prepareRequest(ICommand command)
          Prepares a request.
 

Uses of IRequest in org.otfeed.protocol.connector
 

Methods in org.otfeed.protocol.connector that return IRequest
 IRequest OTEngine.prepareRequest(ICommand command)
           
 

Uses of IRequest in org.otfeed.protocol.request
 

Classes in org.otfeed.protocol.request that implement IRequest
 class OptionChainWithSnapshotRequest
          Synthetic request: issues OptionChainSnapshotRequest, followed by OptionChainRequest.
 class TickStreamWithSnapshotRequest
          Synthetic request: issues SnapshotRequest, followed by TickStreamExRequest.
 



Copyright © 2007 Mike Kroutikov. All Rights Reserved.