Uses of Class
org.otfeed.event.OTBookCancel

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

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

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

Uses of OTBookCancel in org.otfeed.event
 

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

Uses of OTBookCancel in org.otfeed.protocol.request
 

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

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



Copyright © 2007 Mike Kroutikov. All Rights Reserved.