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