com.oanda.fxtrade.api
Class FIFOException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.oanda.fxtrade.api.FIFOException
All Implemented Interfaces:
java.io.Serializable

public class FIFOException
extends java.lang.RuntimeException

FIFOException is throw when a trade cannot be close because it violate the FIFO Rule

See Also:
Serialized Form

Constructor Summary
FIFOException()
          FIFOException constructor
FIFOException(java.lang.String s)
          FIFOException constructor
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FIFOException

public FIFOException()
FIFOException constructor


FIFOException

public FIFOException(java.lang.String s)
FIFOException constructor

Parameters:
s - String


Copyright © 2005 OANDA Corporation. All Rights Reserved.