Uses of Class
org.otfeed.event.OTBookReplace

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

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

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

Uses of OTBookReplace in org.otfeed.event
 

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

Uses of OTBookReplace in org.otfeed.protocol.request
 

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

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



Copyright © 2007 Mike Kroutikov. All Rights Reserved.