Class TradeSizeSmallerThanOneException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.strategyquant.tradinglib.TradeSizeSmallerThanOneException
All Implemented Interfaces:
Serializable

public class TradeSizeSmallerThanOneException extends Exception
See Also:
Serialized Form
  • Constructor Details

    • TradeSizeSmallerThanOneException

      public TradeSizeSmallerThanOneException(String msg)
      Instantiates a new exception.
      Parameters:
      msg - the msg
    • TradeSizeSmallerThanOneException

      public TradeSizeSmallerThanOneException(String msg, Exception e)
      Instantiates a new exception.
      Parameters:
      msg - the msg
      e - the e