|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OTMMQuote | |
---|---|
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 OTMMQuote in org.otfeed.event |
---|
Methods in org.otfeed.event with parameters of type OTMMQuote | |
---|---|
int |
OTMMQuote.compareTo(OTMMQuote other)
|
Uses of OTMMQuote in org.otfeed.protocol.request |
---|
Constructor parameters in org.otfeed.protocol.request with type arguments of type OTMMQuote | |
---|---|
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 OTMMQuote in org.otfeed.protocol.request.quote |
---|
Method parameters in org.otfeed.protocol.request.quote with type arguments of type OTMMQuote | |
---|---|
static QuoteReader |
QuoteReader.mmQuoteReader(IDataDelegate<OTMMQuote> dataDelegate)
Creates reader for the MMQuote event. |
static QuoteReader |
QuoteReader.mmQuoteReaderEx(IDataDelegate<OTMMQuote> dataDelegate)
Creates reader for the MMQuote event. |
static QuoteReader |
QuoteReader.mmQuoteReaderExEx(IDataDelegate<OTMMQuote> dataDelegate)
Creates reader for the MMQuote event. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |