com.jfx
Class ErrTradeTooManyOrders

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

public class ErrTradeTooManyOrders
extends java.lang.Exception

The amount of open and pending orders has reached the limit set by the broker. New open positions and pending orders can be placed only after the existing positions or orders have been closed or deleted..

See Also:
Serialized Form

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

ErrTradeTooManyOrders

public ErrTradeTooManyOrders()


Copyright © 2008-2009 Roman Gerasimenko.