com.jfx
Class ErrInvalidPrice

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

public class ErrInvalidPrice
extends java.lang.Exception

Invalid bid or ask price, perhaps, unnormalized price. After 5-second (or more) delay, it is necessary to refresh data 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
ErrInvalidPrice()
           
 
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

ErrInvalidPrice

public ErrInvalidPrice()


Copyright © 2008-2009 Roman Gerasimenko.