Uses of Interface
org.otfeed.protocol.ICommand

Packages that use ICommand
org.otfeed Main part of the client API to the OpenTick financial data feed service. 
org.otfeed.command Command objects: all possible request types originate here. 
org.otfeed.protocol.connector Contains the implementation classes. 
org.otfeed.support Utility and helper classes for the client API. 
 

Uses of ICommand in org.otfeed
 

Methods in org.otfeed with parameters of type ICommand
 IRequest IConnection.prepareRequest(ICommand command)
          Prepares a request.
 

Uses of ICommand in org.otfeed.command
 

Classes in org.otfeed.command that implement ICommand
 class BookStreamCommand
          Requests real-time (live) book events.
 class DividendsCommand
          Requests dividend info.
 class EquityInitCommand
          Request for the detailed equity information.
 class HistBooksCommand
          Request for the historical book data with tick resolution.
 class HistDataCommand
          Request for the historical aggregated OHLC (open-high-low-close) data.
 class HistTicksCommand
          Request for the historical data with tick resolution.
 class ListExchangesCommand
          Retrieves list of supported exchanges.
 class ListSymbolsCommand
          Retrieves list of symbols traded on an exchange.
 class OptionChainCommand
          Request for the real-time (live) option chain events.
 class OptionChainSnapshotCommand
          Request for option chain events snapshot.
 class OptionChainWithSnapshotCommand
          Synthetic command that requests snapshot and stream data.
 class OptionInitCommand
          Request for option detailed information.
 class SnapshotCommand
          Request for the quote snapshot.
 class SplitsCommand
          Request for the stock split information.
 class TickStreamCommand
          Request for the real-time (live) quotes.
 class TickStreamWithSnapshotCommand
          Command that issues a synthetic request for snapshot and ticks stream.
 class TodaysOHLCommand
          Request for the current (today's) OHL (open, high, low) info.
 

Uses of ICommand in org.otfeed.protocol.connector
 

Methods in org.otfeed.protocol.connector with parameters of type ICommand
 IRequest OTEngine.prepareRequest(ICommand command)
           
 

Uses of ICommand in org.otfeed.support
 

Methods in org.otfeed.support that return types with arguments of type ICommand
 java.util.List<ICommand> CommandRunner.getCommandList()
          List of commands to execute.
 

Method parameters in org.otfeed.support with type arguments of type ICommand
 void CommandRunner.setCommandList(java.util.List<ICommand> val)
          Sets list of commands.
 

Constructor parameters in org.otfeed.support with type arguments of type ICommand
CommandRunner(IConnectionFactory cf, java.util.List<ICommand> commands)
          Creates new CommandRunner from a given connection factory, with the given list of commands.
 



Copyright © 2007 Mike Kroutikov. All Rights Reserved.