Uses of Class
com.longport.quote.TradeStatus
-
Packages that use TradeStatus Package Description com.longport.quote -
-
Uses of TradeStatus in com.longport.quote
Methods in com.longport.quote that return TradeStatus Modifier and Type Method Description TradeStatus
OptionQuote. getTradeStatus()
TradeStatus
PushQuote. getTradeStatus()
TradeStatus
RealtimeQuote. getTradeStatus()
TradeStatus
SecurityQuote. getTradeStatus()
TradeStatus
WarrantQuote. getTradeStatus()
static TradeStatus
TradeStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static TradeStatus[]
TradeStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-