Uses of Class
com.longbridge.quote.TradeDirection
-
Packages that use TradeDirection Package Description com.longbridge.quote -
-
Uses of TradeDirection in com.longbridge.quote
Methods in com.longbridge.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.
-