|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Class Summary | |
|---|---|
| AbstractRequest | Common base for all OpenTick requests. |
| AbstractSessionRequest | Common base for all OpenTick session requests. |
| AbstractStreamWithSnapshotRequest | Base for synthetic requests: a snapshot request followed by a stream request. |
| BookStreamExRequest | Request to receive real time book event stream. |
| CancelRequest | Represents a request to cancel an existing tick, book, option chain, or historical data request. |
| Check | Helper class to validate parameters. |
| DividendRequest | Request to receive dividend info. |
| EquityInitRequest | request to receive equity info. |
| Header | OpenTick protocol header. |
| HeartbeatRequest | Heartbeat request. |
| HistBookRequest | Request to receive historical book events. |
| HistDataRequest | Request to receive aggregated historical data. |
| HistTicksRequest | Request to receive historical quote events. |
| ListExchangesRequest | Request to get list of exchanges. |
| ListSymbolsExRequest | Request to receive list of symbols. |
| LoginRequest | Request to login. |
| LoginRequest.Response | |
| LogoutRequest | Logout request. |
| OptionChainRequest | Request to receive option chain events. |
| OptionChainSnapshotRequest | Request to receive option chain snapshot. |
| OptionChainWithSnapshotRequest | Synthetic request: issues OptionChainSnapshotRequest, followed by OptionChainRequest. |
| OptionInitRequest | Request to receive information on option. |
| SnapshotRequest | Request to receive quote snapshot. |
| SplitRequest | Request to receive split information. |
| TickStreamExRequest | Request to receive real-time quotes (ticks). |
| TickStreamWithSnapshotRequest | Synthetic request: issues SnapshotRequest, followed by TickStreamExRequest. |
| TodaysOHLRequest | Request to receive current OHL (open-high-low) data. |
| Util | Serialization and other utility functions. |
| Enum Summary | |
|---|---|
| AbstractRequest.JobStatus | Request status. |
Contains the implementation classes. Application programms should not use classes in this package.
This package contains set of Request objects. Each Request object subclassesAbstractRequest
or AbstractSessionRequest,
and is a command object that knows how to send the request command to the
server and how to interpret the response.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||