Uses of Interface
com.oanda.fxtrade.api.FXEventManager

Uses of FXEventManager in com.oanda.fxtrade.api
 

Methods in com.oanda.fxtrade.api that return FXEventManager
 FXEventManager RateTable.getEventManager()
          Get the event manager for this RateTable
 FXEventManager Account.getEventManager()
          Gets the eventManager for this Account
 

Methods in com.oanda.fxtrade.api with parameters of type FXEventManager
abstract  void FXRateEvent.handle(FXEventInfo EI, FXEventManager EM)
          The handle method is called once for each FXEventInfo which results in the match method returning true.
abstract  void FXAccountEvent.handle(FXEventInfo EI, FXEventManager EM)
          The handle method is called once for each FXEventInfo which results in the match method returning true.
abstract  void FXEvent.handle(FXEventInfo EI, FXEventManager EM)
          The handle method is called once for each FXEventInfo which results in the match method returning true.
 



Copyright © 2005 OANDA Corporation. All Rights Reserved.