| 
 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of FXEventInfo in com.oanda.fxtrade.api | 
|---|
| Subinterfaces of FXEventInfo in com.oanda.fxtrade.api | |
|---|---|
|  interface | FXAccountEventInfoAn FXAccountEventInfo object encapsulates a new transaction received from the FXServer. | 
|  interface | FXRateEventInfoAn 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. | 
| 
 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||