Uses of Class
org.otfeed.event.OTExchange

Packages that use OTExchange
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. 
 

Uses of OTExchange in org.otfeed.command
 

Methods in org.otfeed.command that return types with arguments of type OTExchange
 IDataDelegate<OTExchange> ListExchangesCommand.getDataDelegate()
          Delegate to receive OTExchange events.
 

Method parameters in org.otfeed.command with type arguments of type OTExchange
 void ListExchangesCommand.setDataDelegate(IDataDelegate<OTExchange> dataDelegate)
          Sets delegate.
 

Constructor parameters in org.otfeed.command with type arguments of type OTExchange
ListExchangesCommand(IDataDelegate<OTExchange> dataDelegate)
          Creates new list exchanges command, initializing all its properties.
 

Uses of OTExchange in org.otfeed.event
 

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

Uses of OTExchange in org.otfeed.protocol.request
 

Constructor parameters in org.otfeed.protocol.request with type arguments of type OTExchange
ListExchangesRequest(int requestId, IDataDelegate<OTExchange> dataDelegate, ICompletionDelegate completionDelegate)
           
 



Copyright © 2007 Mike Kroutikov. All Rights Reserved.