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 TradeDirectionTrade. getDirection()Returns the trade direction (uptick / downtick / neutral).static TradeDirectionTradeDirection. 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.
-