Package com.longbridge.quote
Class TradingSessionInfo
- java.lang.Object
-
- com.longbridge.quote.TradingSessionInfo
-
public class TradingSessionInfo extends Object
Time range of a single trading session.
-
-
Constructor Summary
Constructors Constructor Description TradingSessionInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LocalTimegetBeginTime()Returns the start time of this session.LocalTimegetEndTime()Returns the end time of this session.TradeSessiongetTradeSession()Returns the trade session type.StringtoString()
-
-
-
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
-
-