|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OTBBO | |
|---|---|
| org.otfeed.event | Event objects and enven listeners for the client API to the OpenTick financial data feed service. |
| org.otfeed.protocol.request | Contains the implementation classes. |
| org.otfeed.protocol.request.quote | Contains the implementation classes. |
| Uses of OTBBO in org.otfeed.event |
|---|
| Methods in org.otfeed.event with parameters of type OTBBO | |
|---|---|
int |
OTBBO.compareTo(OTBBO other)
|
| Uses of OTBBO in org.otfeed.protocol.request |
|---|
| Constructor parameters in org.otfeed.protocol.request with type arguments of type OTBBO | |
|---|---|
HistTicksRequest(int requestId,
java.lang.String exchangeCode,
java.lang.String symbolCode,
java.util.Date startDate,
java.util.Date endDate,
VolumeStyleEnum volumeStyle,
IDataDelegate<OTQuote> quoteDelegate,
IDataDelegate<OTTrade> tradeDelegate,
IDataDelegate<OTMMQuote> mmQuoteDelegate,
IDataDelegate<OTBBO> bboDelegate,
ICompletionDelegate completionDelegate)
|
|
OptionChainRequest(int requestId,
java.lang.String exchangeCode,
java.lang.String symbolCode,
MonthAndYear expiration,
PriceRange strikeRange,
VolumeStyleEnum volumeStyle,
IDataDelegate<OTQuote> quoteDelegate,
IDataDelegate<OTTrade> tradeDelegate,
IDataDelegate<OTMMQuote> mmQuoteDelegate,
IDataDelegate<OTBBO> bboDelegate,
ICompletionDelegate completionDelegate)
|
|
OptionChainSnapshotRequest(int requestId,
java.lang.String exchangeCode,
java.lang.String symbolCode,
MonthAndYear expiration,
PriceRange strikeRange,
VolumeStyleEnum volumeStyle,
IDataDelegate<OTQuote> quoteDelegate,
IDataDelegate<OTTrade> tradeDelegate,
IDataDelegate<OTMMQuote> mmQuoteDelegate,
IDataDelegate<OTBBO> bboDelegate,
ICompletionDelegate completionDelegate)
|
|
OptionChainWithSnapshotRequest(IConnection connection,
java.lang.String exchangeCode,
java.lang.String symbolCode,
MonthAndYear monthAndYear,
PriceRange priceRange,
VolumeStyleEnum volumeStyle,
IDataDelegate<OTQuote> quoteDelegate,
IDataDelegate<OTTrade> tradeDelegate,
IDataDelegate<OTMMQuote> mmQuoteDelegate,
IDataDelegate<OTBBO> bboDelegate,
ICompletionDelegate completionDelegate)
|
|
SnapshotRequest(int requestId,
java.lang.String exchangeCode,
java.lang.String symbolCode,
VolumeStyleEnum volumeStyle,
IDataDelegate<OTQuote> quoteDelegate,
IDataDelegate<OTTrade> tradeDelegate,
IDataDelegate<OTMMQuote> mmQuoteDelegate,
IDataDelegate<OTBBO> bboDelegate,
ICompletionDelegate completionDelegate)
|
|
TickStreamExRequest(int requestId,
java.lang.String exchangeCode,
java.lang.String symbolCode,
VolumeStyleEnum volumeStyle,
IDataDelegate<OTQuote> quoteDelegate,
IDataDelegate<OTTrade> tradeDelegate,
IDataDelegate<OTMMQuote> mmQuoteDelegate,
IDataDelegate<OTBBO> bboDelegate,
ICompletionDelegate completionDelegate)
|
|
TickStreamWithSnapshotRequest(IConnection connection,
java.lang.String exchangeCode,
java.lang.String symbolCode,
VolumeStyleEnum volumeStyle,
IDataDelegate<OTQuote> quoteDelegate,
IDataDelegate<OTTrade> tradeDelegate,
IDataDelegate<OTMMQuote> mmQuoteDelegate,
IDataDelegate<OTBBO> bboDelegate,
ICompletionDelegate completionDelegate)
|
|
| Uses of OTBBO in org.otfeed.protocol.request.quote |
|---|
| Method parameters in org.otfeed.protocol.request.quote with type arguments of type OTBBO | |
|---|---|
static QuoteReader |
QuoteReader.bboReader(IDataDelegate<OTBBO> dataDelegate)
Creates reader for the BBO event. |
static QuoteReader |
QuoteReader.bboReaderEx(IDataDelegate<OTBBO> dataDelegate)
Creates reader for the BBO event. |
static QuoteReader |
QuoteReader.bboReaderExEx(IDataDelegate<OTBBO> dataDelegate)
Creates reader for the BBO event. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||