Uses of Enum Class
com.bluebell.greenhouse.sol.enums.MetaTrader4TradeType
Packages that use MetaTrader4TradeType
Package
Description
Contains enums used within the importing module.
-
Uses of MetaTrader4TradeType in com.bluebell.greenhouse.sol.enums
Subclasses with type arguments of type MetaTrader4TradeType in com.bluebell.greenhouse.sol.enumsModifier and TypeClassDescriptionenumRepresents the type of trade entries that an MT4 report consists of.Classes in com.bluebell.greenhouse.sol.enums that implement interfaces with type arguments of type MetaTrader4TradeTypeModifier and TypeClassDescriptionenumRepresents the type of trade entries that an MT4 report consists of.Methods in com.bluebell.greenhouse.sol.enums that return MetaTrader4TradeTypeModifier and TypeMethodDescriptionstatic MetaTrader4TradeTypeReturns the enum constant of this class with the specified name.static MetaTrader4TradeType[]MetaTrader4TradeType.values()Returns an array containing the constants of this enum class, in the order they are declared.