Uses of Enum Class
com.bluebell.greenhouse.platform.enums.account.AccountTradingPlatform
Packages that use AccountTradingPlatform
-
Uses of AccountTradingPlatform in com.bluebell.greenhouse.platform.enums.account
Subclasses with type arguments of type AccountTradingPlatform in com.bluebell.greenhouse.platform.enums.accountModifier and TypeClassDescriptionenumEnum representing different account trading platforms.Classes in com.bluebell.greenhouse.platform.enums.account that implement interfaces with type arguments of type AccountTradingPlatformModifier and TypeClassDescriptionenumEnum representing different account trading platforms.Methods in com.bluebell.greenhouse.platform.enums.account that return AccountTradingPlatformModifier and TypeMethodDescriptionstatic AccountTradingPlatformReturns the enum constant of this class with the specified name.static AccountTradingPlatform[]AccountTradingPlatform.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of AccountTradingPlatform in com.bluebell.greenhouse.platform.enums.position
Methods in com.bluebell.greenhouse.platform.enums.position with parameters of type AccountTradingPlatformModifier and TypeMethodDescriptionstatic PositionFamilyPositionFamily.fromTradePlatform(AccountTradingPlatform accountTradingPlatform) Resolves aPositionFamilyfrom aAccountTradingPlatform.static PositionFamilyPositionFamily.resolve(SymbolType symbolType, AccountType accountType, AccountTradingPlatform accountPlatform) Resolves the effectivePositionFamilyfrom the available context.