Package org.otfeed.event

Event objects and enven listeners for the client API to the OpenTick financial data feed service.

See:
          Description

Interface Summary
ICompletionDelegate Defines contract for the listeners that want to receive end-of-stream notification.
IConnectionStateListener Listener to monitor connection progress.
IDataDelegate<T> Defines contract for data event handler (a delegate).
 

Class Summary
OTBBO The best bid or offer - this is half of a quote.
OTBookCancel Class for book cancelation data representation.
OTBookChange Look up the order, and change its size.
OTBookDelete Look up the order using the order reference, and delete orders depending on the Delete Type.
OTBookExecute This is a change to an existing order, and implies that a trade occurred.
OTBookOrder A new order.
OTBookPriceLevel A book price level is the processed output of a bookServer.
OTBookPurge Clear all orders for the ECN.
OTBookReplace Look up the order, and change its size.
OTDividend This class provides OTDividend events and member functions to reference the data provided by the object.
OTEquityInit Provides Equity Initialize information.
OTError This class provides error information.
OTExchange Provides exchange information.
OTHost Encapsulates hostname and port pair.
OTMMQuote This class provides the level II quote provided by a market maker for NASDAQ equities, or regional quotes for listed stocks.
OTOHLC This class provides historical OHLC values (open, high, low, and close prices) for the requested time period.
OTOptionInit This class provides an Option Initialize event and member functions to reference the data returned.
OTQuote This class provides either a real-time or a historical level I quote from an exchange.
OTSplit Represents a Split event.
OTSymbol Provides information about the symbol.
OTTodaysOHL Provides OHL (Open/High/Low) information.
OTTrade Provides either real-time or historical trade information.
 

Enum Summary
DividendPropertyEnum Enumerates misc properties of OTDividend.
InstrumentEnum Enumerates instrument types.
TradePropertyEnum Enumerates misc properties of OTTrade.
TradeSideEnum Enumerates trade sides (buyer/seller).
 

Package org.otfeed.event Description

Event objects and enven listeners for the client API to the OpenTick financial data feed service.

Contains event objects and listeners that receive these events.



Copyright © 2007 Mike Kroutikov. All Rights Reserved.