Class TradingSessionInfo


  • public class TradingSessionInfo
    extends Object
    Time range of a single trading session.
    • Constructor Detail

      • TradingSessionInfo

        public TradingSessionInfo()
    • Method Detail

      • getBeginTime

        public LocalTime getBeginTime()
        Returns the start time of this session.
        Returns:
        the start time of this session
      • getEndTime

        public LocalTime getEndTime()
        Returns the end time of this session.
        Returns:
        the end time of this session
      • getTradeSession

        public TradeSession getTradeSession()
        Returns the trade session type.
        Returns:
        the trade session type