Class MarketSuspendedException

All Implemented Interfaces:
Serializable

public class MarketSuspendedException extends ExchangeException
Exception indicating the Instrument was recognized by the exchange but their market is suspended - either temporarly or permanently.

This exception does not suggest that the entire exhange is down (we have the ExchangeUnavailableException for that

Author:
walec51
See Also:
  • Constructor Details

    • MarketSuspendedException

      public MarketSuspendedException()
    • MarketSuspendedException

      public MarketSuspendedException(String message)
    • MarketSuspendedException

      public MarketSuspendedException(Throwable cause)
    • MarketSuspendedException

      public MarketSuspendedException(String message, Throwable cause)