Uses of Interface
com.bluebell.greenhouse.platform.enums.GenericSymbolizedEnum
Packages that use GenericSymbolizedEnum
Package
Description
Contains enums used throughout the application.
Contains core enums used for
Accounts.Contains core enums used for market entities.
-
Uses of GenericSymbolizedEnum in com.bluebell.greenhouse.platform.enums
Methods in com.bluebell.greenhouse.platform.enums with type parameters of type GenericSymbolizedEnumModifier and TypeMethodDescriptionstatic <S extends GenericEnum<S> & GenericSymbolizedEnum<S>>
List<PairEntry> GenericSymbolizedEnum.getAllAsPairEntry(Collection<S> values) static <S extends GenericEnum<S> & GenericSymbolizedEnum<S>>
List<PairEntry> GenericSymbolizedEnum.getAllAsPairEntry(S[] values) static <S extends GenericEnum<S> & GenericSymbolizedEnum<S>>
PairEntryGenericSymbolizedEnum.getAsPairEntry(S value) -
Uses of GenericSymbolizedEnum in com.bluebell.greenhouse.platform.enums.account
Classes in com.bluebell.greenhouse.platform.enums.account that implement GenericSymbolizedEnumModifier and TypeClassDescriptionenumEnum representing different account trading platforms.enumEnum representing the type of account.enumEnum representing the different brokers supported by the system.enumEnum representing a standard currency. -
Uses of GenericSymbolizedEnum in com.bluebell.greenhouse.platform.enums.market
Classes in com.bluebell.greenhouse.platform.enums.market that implement GenericSymbolizedEnum