Uses of Class
com.longbridge.quote.TradeSession
-
Packages that use TradeSession Package Description com.longbridge.quote -
-
Uses of TradeSession in com.longbridge.quote
Methods in com.longbridge.quote that return TradeSession Modifier and Type Method Description TradeSessionCandlestick. getTradeSession()Returns the trade session this candlestick belongs to.TradeSessionPushQuote. getTradeSession()Returns the trade session that generated this quote.TradeSessionTrade. getTradeSession()Returns the trade session this trade occurred in.TradeSessionTradingSessionInfo. getTradeSession()Returns the trade session type.static TradeSessionTradeSession. valueOf(String name)Returns the enum constant of this type with the specified name.static TradeSession[]TradeSession. values()Returns an array containing the constants of this enum type, in the order they are declared.
-