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

Uses of FXEventInfo in com.oanda.fxtrade.api
 

Subinterfaces of FXEventInfo in com.oanda.fxtrade.api
 interface FXAccountEventInfo
          An FXAccountEventInfo object encapsulates a new transaction received from the FXServer.
 interface FXRateEventInfo
          An FXRateEventInfo object encapsulates a new market rate received from the server.
 

Methods in com.oanda.fxtrade.api with parameters of type FXEventInfo
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.
 boolean FXRateEvent.match(FXEventInfo EI)
          The match method is used to determine whether the handle method of this event should be called for the given FXEventInfo.
 boolean FXAccountEvent.match(FXEventInfo EI)
          The match method is used to determine whether the handle method of this event should be called for the given FXEventInfo.
abstract  boolean FXEvent.match(FXEventInfo EI)
          The match method is used to determine whether the handle method of this event should be called for the given FXEventInfo.
 



Copyright © 2005 OANDA Corporation. All Rights Reserved.