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