com.jfx
Class ErrTradeTimeout

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.jfx.ErrTradeTimeout
All Implemented Interfaces:
java.io.Serializable

public class ErrTradeTimeout
extends java.lang.Exception

Timeout for the trade has been reached. Before retry (at least, in 1-minute time), it is necessary to make sure that trading operation has not really succeeded (a new position has not been opened, or the existing order has not been modified or deleted, or the existing position has not been closed).

See Also:
Serialized Form

Constructor Summary
ErrTradeTimeout()
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ErrTradeTimeout

public ErrTradeTimeout()


Copyright © 2008-2009 Roman Gerasimenko.