Interface TradingHours


public interface TradingHours
Interface for indicating when the market is open for trading.
  • Method Summary

    Modifier and Type Method Description
    boolean isOpen​(long timestamp)  
  • Method Details

    • isOpen

      boolean isOpen​(long timestamp)