Uses of Class
com.longport.quote.TradeSession
-
Packages that use TradeSession Package Description com.longport.quote -
-
Uses of TradeSession in com.longport.quote
Methods in com.longport.quote that return TradeSession Modifier and Type Method Description TradeSession
PushQuote. getTradeSession()
TradeSession
Trade. getTradeSession()
TradeSession
TradingSessionInfo. getTradeSession()
static TradeSession
TradeSession. 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.
-