|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OTBookPriceLevel | |
---|---|
org.otfeed.command | Command objects: all possible request types originate here. |
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.book | Contains the implementation classes. |
Uses of OTBookPriceLevel in org.otfeed.command |
---|
Methods in org.otfeed.command that return types with arguments of type OTBookPriceLevel | |
---|---|
IDataDelegate<OTBookPriceLevel> |
BookStreamCommand.getPriceLevelDelegate()
|
IDataDelegate<OTBookPriceLevel> |
HistBooksCommand.getPriceLevelDelegate()
|
Method parameters in org.otfeed.command with type arguments of type OTBookPriceLevel | |
---|---|
void |
BookStreamCommand.setPriceLevelDelegate(IDataDelegate<OTBookPriceLevel> val)
|
void |
HistBooksCommand.setPriceLevelDelegate(IDataDelegate<OTBookPriceLevel> val)
|
Uses of OTBookPriceLevel in org.otfeed.event |
---|
Methods in org.otfeed.event with parameters of type OTBookPriceLevel | |
---|---|
int |
OTBookPriceLevel.compareTo(OTBookPriceLevel other)
|
Uses of OTBookPriceLevel in org.otfeed.protocol.request |
---|
Constructor parameters in org.otfeed.protocol.request with type arguments of type OTBookPriceLevel | |
---|---|
BookStreamExRequest(int requestId,
java.lang.String exchangeCode,
java.lang.String symbolCode,
IDataDelegate<OTBookOrder> orderDelegate,
IDataDelegate<OTBookChange> changeDelegate,
IDataDelegate<OTBookReplace> replaceDelegate,
IDataDelegate<OTBookCancel> cancelDelegate,
IDataDelegate<OTBookPurge> purgeDelegate,
IDataDelegate<OTBookExecute> executeDelegate,
IDataDelegate<OTBookDelete> deleteDelegate,
IDataDelegate<OTBookPriceLevel> priceLevelDelegate,
ICompletionDelegate completionDelegate)
|
|
HistBookRequest(int requestId,
java.lang.String exchangeCode,
java.lang.String symbolCode,
java.util.Date startDate,
java.util.Date endDate,
IDataDelegate<OTBookOrder> orderDelegate,
IDataDelegate<OTBookChange> changeDelegate,
IDataDelegate<OTBookReplace> replaceDelegate,
IDataDelegate<OTBookCancel> cancelDelegate,
IDataDelegate<OTBookPurge> purgeDelegate,
IDataDelegate<OTBookExecute> executeDelegate,
IDataDelegate<OTBookDelete> deleteDelegate,
IDataDelegate<OTBookPriceLevel> priceLevelDelegate,
ICompletionDelegate completionDelegate)
|
Uses of OTBookPriceLevel in org.otfeed.protocol.request.book |
---|
Method parameters in org.otfeed.protocol.request.book with type arguments of type OTBookPriceLevel | |
---|---|
static BookReader |
BookReader.priceLevelReader(IDataDelegate<OTBookPriceLevel> dataDelegate)
Creates reader for the BookPriceLevel event. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |