Package org.otfeed.protocol

Contains the implementation classes.

See:
          Description

Interface Summary
ICommand Marker interface to be implemented by all command objects.
 

Enum Summary
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.
 

Exception Summary
ProtocolException Runtime exception type to be thrown when a protocol violation occurs.
 

Package org.otfeed.protocol Description

Contains the implementation classes. Application programms should not use classes in this package.

This package contains set of enumerations that comprise OpenTick wire protocol. Note that some enumerations (the ones that are exposed to the API users) are in org.otfeed.event package.



Copyright © 2007 Mike Kroutikov. All Rights Reserved.