|
||||||||||
| PREV LETTER NEXT LETTER | FRAMES NO FRAMES | |||||||||
volumeStyle,
which defaults to COMPOUND.
volumeStyle
property, which defaults to COMPOUND.
- OptionChainSnapshotRequest - Class in org.otfeed.protocol.request
- Request to receive option chain snapshot.
- OptionChainSnapshotRequest(int, String, String, MonthAndYear, PriceRange, VolumeStyleEnum, IDataDelegate<OTQuote>, IDataDelegate<OTTrade>, IDataDelegate<OTMMQuote>, IDataDelegate<OTBBO>, ICompletionDelegate) -
Constructor for class org.otfeed.protocol.request.OptionChainSnapshotRequest
-
- OptionChainWithSnapshotCommand - Class in org.otfeed.command
- Synthetic command that requests snapshot and stream data.
- OptionChainWithSnapshotCommand(String, String, MonthAndYear, PriceRange, VolumeStyleEnum) -
Constructor for class org.otfeed.command.OptionChainWithSnapshotCommand
- Creates new command, initializing
all its properties, except delegates.
- OptionChainWithSnapshotCommand() -
Constructor for class org.otfeed.command.OptionChainWithSnapshotCommand
- Default constructor.
- OptionChainWithSnapshotCommand(String, String, MonthAndYear, PriceRange) -
Constructor for class org.otfeed.command.OptionChainWithSnapshotCommand
- Creates new command, initializing
all its properties, except
volumeStyle
property, which defaults to COMPOUND.
- OptionChainWithSnapshotRequest - Class in org.otfeed.protocol.request
- Synthetic request: issues
OptionChainSnapshotRequest, followed by OptionChainRequest. - OptionChainWithSnapshotRequest(IConnection, String, String, MonthAndYear, PriceRange, VolumeStyleEnum, IDataDelegate<OTQuote>, IDataDelegate<OTTrade>, IDataDelegate<OTMMQuote>, IDataDelegate<OTBBO>, ICompletionDelegate) -
Constructor for class org.otfeed.protocol.request.OptionChainWithSnapshotRequest
-
- OptionInitCommand - Class in org.otfeed.command
- Request for option detailed information.
- OptionInitCommand(String, String, MonthAndYear, PriceRange, IDataDelegate<OTOptionInit>) -
Constructor for class org.otfeed.command.OptionInitCommand
- Creates new option init command, initializing
all its properties.
- OptionInitCommand() -
Constructor for class org.otfeed.command.OptionInitCommand
- Default constructor.
- OptionInitCommand(String, String, PriceRange, IDataDelegate<OTOptionInit>) -
Constructor for class org.otfeed.command.OptionInitCommand
- Creates new option init command with any expiration,
initializing all its properties.
- OptionInitCommand(String, String, MonthAndYear, IDataDelegate<OTOptionInit>) -
Constructor for class org.otfeed.command.OptionInitCommand
- Creates new option init command with any strike,
initializing all its properties.
- OptionInitCommand(String, String, IDataDelegate<OTOptionInit>) -
Constructor for class org.otfeed.command.OptionInitCommand
- Creates new option init command with any strike and
any expiration date,
initializing all its properties.
- OptionInitRequest - Class in org.otfeed.protocol.request
- Request to receive information on option.
- OptionInitRequest(int, String, String, MonthAndYear, PriceRange, IDataDelegate<OTOptionInit>, ICompletionDelegate) -
Constructor for class org.otfeed.protocol.request.OptionInitRequest
-
- OptionTypeEnum - Enum in org.otfeed.command
- Enumerates Option execution styles.
- orderReader(IDataDelegate<OTBookOrder>) -
Static method in class org.otfeed.protocol.request.book.BookReader
- Creates reader for the BookOrder event.
- org.otfeed - package org.otfeed
- Main part of the client API to the OpenTick financial data feed service.
- org.otfeed.command - package org.otfeed.command
- Command objects: all possible request types originate here.
- org.otfeed.event - package org.otfeed.event
- Event objects and enven listeners for the client API to the OpenTick
financial data feed service.
- org.otfeed.j2ee.mdb - package org.otfeed.j2ee.mdb
-
- org.otfeed.j2ee.ra - package org.otfeed.j2ee.ra
-
- org.otfeed.j2ee.web - package org.otfeed.j2ee.web
-
- org.otfeed.protocol - package org.otfeed.protocol
- Contains the implementation classes.
- org.otfeed.protocol.connector - package org.otfeed.protocol.connector
- Contains the implementation classes.
- org.otfeed.protocol.request - package org.otfeed.protocol.request
- Contains the implementation classes.
- org.otfeed.protocol.request.book - package org.otfeed.protocol.request.book
- Contains the implementation classes.
- org.otfeed.protocol.request.quote - package org.otfeed.protocol.request.quote
- Contains the implementation classes.
- org.otfeed.samples - package org.otfeed.samples
-
- org.otfeed.script - package org.otfeed.script
-
- org.otfeed.support - package org.otfeed.support
- Utility and helper classes for the client API.
- org.otfeed.support.alt - package org.otfeed.support.alt
-
- org.otfeed.support.mock - package org.otfeed.support.mock
- Mock classes and other testing utilities.
- OSEnum - Enum in org.otfeed.protocol
- Enumerates well-known types of operating system.
- OTBBO - Class in org.otfeed.event
- The best bid or offer - this is half of a quote.
- OTBBO() -
Constructor for class org.otfeed.event.OTBBO
- Default constructor.
- OTBBO(Date, double, int, TradeSideEnum, String, String) -
Constructor for class org.otfeed.event.OTBBO
- Constructor.
- OTBookCancel - Class in org.otfeed.event
- Class for book cancelation data representation.
- OTBookCancel() -
Constructor for class org.otfeed.event.OTBookCancel
- Default constructor.
- OTBookCancel(Date, String, int) -
Constructor for class org.otfeed.event.OTBookCancel
- Constructor.
- OTBookChange - Class in org.otfeed.event
- Look up the order, and change its size.
- OTBookChange() -
Constructor for class org.otfeed.event.OTBookChange
- Default constructor.
- OTBookChange(Date, String, double, int) -
Constructor for class org.otfeed.event.OTBookChange
- Constructor.
- OTBookDelete - Class in org.otfeed.event
- Look up the order using the order reference, and delete orders
depending on the Delete Type.
- OTBookDelete() -
Constructor for class org.otfeed.event.OTBookDelete
- Default constructor.
- OTBookDelete(Date, String, BookDeleteTypeEnum, TradeSideEnum) -
Constructor for class org.otfeed.event.OTBookDelete
- Constructor
- OTBookExecute - Class in org.otfeed.event
- This is a change to an existing order, and implies that
a trade occurred.
- OTBookExecute() -
Constructor for class org.otfeed.event.OTBookExecute
- Default constructor.
- OTBookExecute(Date, String, int, int) -
Constructor for class org.otfeed.event.OTBookExecute
- Constructor.
- OTBookOrder - Class in org.otfeed.event
- A new order.
- OTBookOrder() -
Constructor for class org.otfeed.event.OTBookOrder
- Default constructor.
- OTBookOrder(Date, String, double, int, TradeSideEnum, boolean) -
Constructor for class org.otfeed.event.OTBookOrder
- Constructor.
- OTBookPriceLevel - Class in org.otfeed.event
- A book price level is the processed output of a bookServer.
- OTBookPriceLevel() -
Constructor for class org.otfeed.event.OTBookPriceLevel
- Default constructor.
- OTBookPriceLevel(Date, double, int, TradeSideEnum, String) -
Constructor for class org.otfeed.event.OTBookPriceLevel
- Constructor.
- OTBookPurge - Class in org.otfeed.event
- Clear all orders for the ECN.
- OTBookPurge() -
Constructor for class org.otfeed.event.OTBookPurge
- Default constructor.
- OTBookPurge(Date, String) -
Constructor for class org.otfeed.event.OTBookPurge
- Constructor.
- OTBookReplace - Class in org.otfeed.event
- Look up the order, and change its size.
- OTBookReplace() -
Constructor for class org.otfeed.event.OTBookReplace
- Default constructor.
- OTBookReplace(Date, String, double, int, TradeSideEnum) -
Constructor for class org.otfeed.event.OTBookReplace
- Constructor.
- OTConnectionFactory - Class in org.otfeed
- Factory of connections to the OpenTick service.
- OTConnectionFactory() -
Constructor for class org.otfeed.OTConnectionFactory
- Creates new OTConnectionFactory.
- OTConnectionFactory(String, String, Set<OTHost>) -
Constructor for class org.otfeed.OTConnectionFactory
- Creates new OTConnectionFactory and initializes
all its properties.
- OTConnectionSpec - Class in org.otfeed
- Connection Specification.
- OTConnectionSpec() -
Constructor for class org.otfeed.OTConnectionSpec
- Creates empty connection specification.
- OTConnectionSpec(OTConnectionSpec) -
Constructor for class org.otfeed.OTConnectionSpec
- Creates connection specification by cloning the model one.
- OTDividend - Class in org.otfeed.event
- This class provides OTDividend events and member functions to reference the data provided by the object.
- OTDividend() -
Constructor for class org.otfeed.event.OTDividend
- Default constructor.
- OTDividend(double, Date, Date, Date, Date, Set<DividendPropertyEnum>) -
Constructor for class org.otfeed.event.OTDividend
- Constructor.
- OTEngine - Class in org.otfeed.protocol.connector
-
- OTEngine(ISessionStreamerFactory, OTConnectionSpec, IBufferAllocator, Executor, IConnectionStateListener) -
Constructor for class org.otfeed.protocol.connector.OTEngine
-
- OTEquityInit - Class in org.otfeed.event
- Provides Equity Initialize information.
- OTEquityInit() -
Constructor for class org.otfeed.event.OTEquityInit
- Default constructor.
- OTEquityInit(String, InstrumentEnum, String, double, String, double, String, double, String, double, String, long, long, String, String, boolean, boolean, boolean) -
Constructor for class org.otfeed.event.OTEquityInit
- Constructor.
- OTError - Class in org.otfeed.event
- This class provides error information.
- OTError() -
Constructor for class org.otfeed.event.OTError
- Default constructor.
- OTError(int, int, String) -
Constructor for class org.otfeed.event.OTError
- Constructor.
- OTException - Exception in org.otfeed
- Runtime Exception that may hold OTError object describing an error condition
reported by Opentick server.
- OTException() -
Constructor for exception org.otfeed.OTException
- Creates empty exception.
- OTException(String) -
Constructor for exception org.otfeed.OTException
- Creates exception with text description.
- OTException(Exception) -
Constructor for exception org.otfeed.OTException
- Creates exception by wrapping some other exception.
- OTException(OTError) -
Constructor for exception org.otfeed.OTException
- Creates exception by wrapping OTError object.
- OTExchange - Class in org.otfeed.event
- Provides exchange information.
- OTExchange() -
Constructor for class org.otfeed.event.OTExchange
- Default constructor.
- OTExchange(String, String, String, boolean, String) -
Constructor for class org.otfeed.event.OTExchange
- Constructor.
- OtfeedActivationSpec - Class in org.otfeed.j2ee.ra
-
- OtfeedActivationSpec() -
Constructor for class org.otfeed.j2ee.ra.OtfeedActivationSpec
-
- OtfeedConnection - Class in org.otfeed.j2ee.ra
-
- OtfeedConnection(OtfeedManagedConnection) -
Constructor for class org.otfeed.j2ee.ra.OtfeedConnection
-
- OtfeedConnectionFactory - Class in org.otfeed.j2ee.ra
-
- OtfeedConnectionFactory(OtfeedManagedConnectionFactory, ConnectionManager) -
Constructor for class org.otfeed.j2ee.ra.OtfeedConnectionFactory
-
- OtfeedConnectionMetaData - Class in org.otfeed.j2ee.ra
-
- OtfeedConnectionMetaData() -
Constructor for class org.otfeed.j2ee.ra.OtfeedConnectionMetaData
-
- OtfeedConnectionRequestInfo - Class in org.otfeed.j2ee.ra
-
- OtfeedConnectionRequestInfo() -
Constructor for class org.otfeed.j2ee.ra.OtfeedConnectionRequestInfo
-
- OtfeedInboundConnection - Class in org.otfeed.j2ee.ra
-
- OtfeedInboundConnection(IConnection) -
Constructor for class org.otfeed.j2ee.ra.OtfeedInboundConnection
-
- OtfeedManagedConnection - Class in org.otfeed.j2ee.ra
-
- OtfeedManagedConnection(OtfeedConnectionRequestInfo, OtfeedResourceAdapter) -
Constructor for class org.otfeed.j2ee.ra.OtfeedManagedConnection
-
- OtfeedManagedConnectionFactory - Class in org.otfeed.j2ee.ra
-
- OtfeedManagedConnectionFactory() -
Constructor for class org.otfeed.j2ee.ra.OtfeedManagedConnectionFactory
-
- OtfeedMDB - Class in org.otfeed.j2ee.mdb
-
- OtfeedMDB() -
Constructor for class org.otfeed.j2ee.mdb.OtfeedMDB
-
- OtfeedResourceAdapter - Class in org.otfeed.j2ee.ra
-
- OtfeedResourceAdapter() -
Constructor for class org.otfeed.j2ee.ra.OtfeedResourceAdapter
-
- OtfeedServlet - Class in org.otfeed.j2ee.web
-
- OtfeedServlet() -
Constructor for class org.otfeed.j2ee.web.OtfeedServlet
-
- OTHost - Class in org.otfeed.event
- Encapsulates hostname and port pair.
- OTHost() -
Constructor for class org.otfeed.event.OTHost
- Default constructor
- OTHost(String, int) -
Constructor for class org.otfeed.event.OTHost
- Constructor with parameter initialization
- OTHost(String) -
Constructor for class org.otfeed.event.OTHost
- Constructor that parses string in the form "host:port"
- OTMMQuote - Class in org.otfeed.event
- This class provides the level II quote provided by a market maker for NASDAQ equities, or regional quotes for listed stocks.
- OTMMQuote() -
Constructor for class org.otfeed.event.OTMMQuote
- Default constructor.
- OTMMQuote(Date, int, double, int, double, String, char, String, String) -
Constructor for class org.otfeed.event.OTMMQuote
- Constructor.
- OTOHLC - Class in org.otfeed.event
- This class provides historical OHLC values (open, high, low, and close prices) for the requested time period.
- OTOHLC() -
Constructor for class org.otfeed.event.OTOHLC
- Default constructor.
- OTOHLC(Date, double, double, double, double, long) -
Constructor for class org.otfeed.event.OTOHLC
- Constructor.
- OTOptionInit - Class in org.otfeed.event
- This class provides an Option Initialize event and
member functions to reference the data returned.
- OTOptionInit() -
Constructor for class org.otfeed.event.OTOptionInit
- Default constructor.
- OTOptionInit(String, String, double, int, int, int, int, OptionTypeEnum, String, String, char) -
Constructor for class org.otfeed.event.OTOptionInit
- Constructor.
- OTPooledConnectionFactory - Class in org.otfeed
- Class that facilitates connection pooling (sharing).
- OTPooledConnectionFactory() -
Constructor for class org.otfeed.OTPooledConnectionFactory
-
- OTQuote - Class in org.otfeed.event
- This class provides either a real-time or a historical level I quote from an exchange.
- OTQuote() -
Constructor for class org.otfeed.event.OTQuote
- Default constructor.
- OTQuote(Date, int, double, int, double, String, char, char, String, String, String) -
Constructor for class org.otfeed.event.OTQuote
- Constructor.
- OTSplit - Class in org.otfeed.event
- Represents a Split event.
- OTSplit() -
Constructor for class org.otfeed.event.OTSplit
- Default constructor.
- OTSplit(int, int, Date, Date, Date, Date) -
Constructor for class org.otfeed.event.OTSplit
- Constructor.
- OTSymbol - Class in org.otfeed.event
- Provides information about the symbol.
- OTSymbol() -
Constructor for class org.otfeed.event.OTSymbol
- Default constructor.
- OTSymbol(String, String, String, InstrumentEnum) -
Constructor for class org.otfeed.event.OTSymbol
- Constructor.
- OTTodaysOHL - Class in org.otfeed.event
- Provides OHL (Open/High/Low) information.
- OTTodaysOHL() -
Constructor for class org.otfeed.event.OTTodaysOHL
- Default constructor.
- OTTodaysOHL(double, double, double) -
Constructor for class org.otfeed.event.OTTodaysOHL
- Constructor.
- OTTrade - Class in org.otfeed.event
- Provides either real-time or historical trade information.
- OTTrade() -
Constructor for class org.otfeed.event.OTTrade
- Default constructor.
- OTTrade(Date, int, double, long, int, char, char, Set<TradePropertyEnum>, String, String) -
Constructor for class org.otfeed.event.OTTrade
- Constructor.
- OutboundConnectionAdapter - Class in org.otfeed.support.alt
-
- OutboundConnectionAdapter(IConnection) -
Constructor for class org.otfeed.support.alt.OutboundConnectionAdapter
-
- OutboundConnectionFactoryAdapter - Class in org.otfeed.support.alt
-
- OutboundConnectionFactoryAdapter(IConnectionFactory) -
Constructor for class org.otfeed.support.alt.OutboundConnectionFactoryAdapter
-
|
||||||||||
| PREV LETTER NEXT LETTER | FRAMES NO FRAMES | |||||||||