Uses of Class
org.otfeed.event.OTBookChange

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

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

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

Uses of OTBookChange in org.otfeed.event
 

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

Uses of OTBookChange in org.otfeed.protocol.request
 

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

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



Copyright © 2007 Mike Kroutikov. All Rights Reserved.