com.jfx
Class ErrRequote

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

public class ErrRequote
extends java.lang.Exception

The requested price has become out of date or bid and ask prices have been mixed up. The data can be refreshed without any delay using the RefreshRates function and make a retry. If the error does not disappear, all attempts to trade must be stopped, the program logic must be changed..

See Also:
Serialized Form

Constructor Summary
ErrRequote()
           
 
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

ErrRequote

public ErrRequote()


Copyright © 2008-2009 Roman Gerasimenko.