Uses of Package
org.otfeed.protocol

Packages that use org.otfeed.protocol
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 Contains the implementation classes. 
org.otfeed.protocol.connector Contains the implementation classes. 
org.otfeed.protocol.request Contains the implementation classes. 
org.otfeed.protocol.request.book Contains the implementation classes. 
org.otfeed.protocol.request.quote Contains the implementation classes. 
org.otfeed.support Utility and helper classes for the client API. 
 

Classes in org.otfeed.protocol used by org.otfeed
ICommand
          Marker interface to be implemented by all command objects.
 

Classes in org.otfeed.protocol used by org.otfeed.command
ICommand
          Marker interface to be implemented by all command objects.
 

Classes in org.otfeed.protocol used by org.otfeed.protocol
CommandEnum
          Enumerates command types (request and response types).
DataEnum
          Enumerates types of data objects received from the server.
ErrorEnum
          Enumerates well-known OpenTick error codes.
MessageEnum
          Enumerates message types.
OSEnum
          Enumerates well-known types of operating system.
ParamTypeEnum
          Enumerates parameter types for the Option search requests.
PlatformEnum
          Enumerates trading platforms.
StatusEnum
          Enumerates server response status values.
VersionEnum
          Enumerates protocol versions.
 

Classes in org.otfeed.protocol used by org.otfeed.protocol.connector
ICommand
          Marker interface to be implemented by all command objects.
 

Classes in org.otfeed.protocol used by org.otfeed.protocol.request
CommandEnum
          Enumerates command types (request and response types).
ErrorEnum
          Enumerates well-known OpenTick error codes.
MessageEnum
          Enumerates message types.
StatusEnum
          Enumerates server response status values.
 

Classes in org.otfeed.protocol used by org.otfeed.protocol.request.book
DataEnum
          Enumerates types of data objects received from the server.
 

Classes in org.otfeed.protocol used by org.otfeed.protocol.request.quote
DataEnum
          Enumerates types of data objects received from the server.
 

Classes in org.otfeed.protocol used by org.otfeed.support
ICommand
          Marker interface to be implemented by all command objects.
 



Copyright © 2007 Mike Kroutikov. All Rights Reserved.