Uses of Class
org.otfeed.event.OTBookExecute

Packages that use OTBookExecute
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 OTBookExecute in org.otfeed.command
 

Methods in org.otfeed.command that return types with arguments of type OTBookExecute
 IDataDelegate<OTBookExecute> BookStreamCommand.getExecuteDelegate()
           
 IDataDelegate<OTBookExecute> HistBooksCommand.getExecuteDelegate()
           
 

Method parameters in org.otfeed.command with type arguments of type OTBookExecute
 void BookStreamCommand.setExecuteDelegate(IDataDelegate<OTBookExecute> val)
           
 void HistBooksCommand.setExecuteDelegate(IDataDelegate<OTBookExecute> val)
           
 

Uses of OTBookExecute in org.otfeed.event
 

Methods in org.otfeed.event with parameters of type OTBookExecute
 int OTBookExecute.compareTo(OTBookExecute other)
           
 

Uses of OTBookExecute in org.otfeed.protocol.request
 

Constructor parameters in org.otfeed.protocol.request with type arguments of type OTBookExecute
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 OTBookExecute in org.otfeed.protocol.request.book
 

Method parameters in org.otfeed.protocol.request.book with type arguments of type OTBookExecute
static BookReader BookReader.executeReader(IDataDelegate<OTBookExecute> dataDelegate)
          Creates reader for the BookExecute event.
 



Copyright © 2007 Mike Kroutikov. All Rights Reserved.