Uses of Enum Class
com.bluebell.greenhouse.platform.enums.position.PositionFamily
Packages that use PositionFamily
Package
Description
Contains core enums used for
Positions.Contains non-entity models for position search and aggregation.
Contains the data-access layer for
Positions.Contains
Specification definitions for position
searches.Contains utility classes for the
Position service-layer.Contains
Position-import
DTOs.-
Uses of PositionFamily in com.bluebell.greenhouse.platform.enums.position
Subclasses with type arguments of type PositionFamily in com.bluebell.greenhouse.platform.enums.positionModifier and TypeClassDescriptionenumRepresentation of aPosition's family, indicating the type of financial derivative being used in the market.Classes in com.bluebell.greenhouse.platform.enums.position that implement interfaces with type arguments of type PositionFamilyModifier and TypeClassDescriptionenumRepresentation of aPosition's family, indicating the type of financial derivative being used in the market.Methods in com.bluebell.greenhouse.platform.enums.position that return PositionFamilyModifier and TypeMethodDescriptionstatic PositionFamilyPositionFamily.fromAccountType(AccountType accountType) Resolves aPositionFamilyfrom anAccountType.static PositionFamilyPositionFamily.fromSymbolType(SymbolType symbolType) Resolves aPositionFamilyfrom aSymbolTypewhen the mapping is explicit.static PositionFamilyPositionFamily.fromTradePlatform(AccountTradingPlatform accountTradingPlatform) Resolves aPositionFamilyfrom aAccountTradingPlatform.static PositionFamilyPositionFamily.resolve(SymbolType symbolType, AccountType accountType, AccountTradingPlatform accountPlatform) Resolves the effectivePositionFamilyfrom the available context.static PositionFamilyReturns the enum constant of this class with the specified name.static PositionFamily[]PositionFamily.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of PositionFamily in com.bluebell.greenhouse.platform.models.core.nonentities.position
Methods in com.bluebell.greenhouse.platform.models.core.nonentities.position that return PositionFamilyModifier and TypeMethodDescriptionPositionFilter.family()Returns the value of thefamilyrecord component.Constructors in com.bluebell.greenhouse.platform.models.core.nonentities.position with parameters of type PositionFamilyModifierConstructorDescriptionPositionFilter(Account account, LocalDateTime openedAfter, LocalDateTime openedBefore, LocalDateTime closedAfter, LocalDateTime closedBefore, PositionFamily family, Symbol symbol, Boolean open, PositionType positionType, Strategy strategy) Creates an instance of aPositionFilterrecord class. -
Uses of PositionFamily in com.bluebell.greenhouse.radicle.repositories.position
Methods in com.bluebell.greenhouse.radicle.repositories.position that return PositionFamily -
Uses of PositionFamily in com.bluebell.greenhouse.radicle.specifications.position
Methods in com.bluebell.greenhouse.radicle.specifications.position with parameters of type PositionFamilyModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<Position> PositionSpecifications.hasFamily(PositionFamily family) Filters byPositionFamily. -
Uses of PositionFamily in com.bluebell.greenhouse.radicle.util.position
Methods in com.bluebell.greenhouse.radicle.util.position that return PositionFamilyModifier and TypeMethodDescriptionstatic PositionFamilyPositionUtil.resolvePositionFamily(String positionFamily, Symbol symbol, Account account) Resolves the effectivePositionFamily. -
Uses of PositionFamily in com.bluebell.greenhouse.sol.models.dto.importers.position
Methods in com.bluebell.greenhouse.sol.models.dto.importers.position that return PositionFamilyModifier and TypeMethodDescriptionImportedPositionEvent.positionFamily()Returns the value of thepositionFamilyrecord component.Constructors in com.bluebell.greenhouse.sol.models.dto.importers.position with parameters of type PositionFamilyModifierConstructorDescriptionImportedPositionEvent(String sourceSystem, String externalPositionKey, String externalOrderId, String symbol, PositionFamily positionFamily, PositionOrderType positionOrderType, LocalDateTime orderDate, double quantity, double price, Double realizedValue, Double stopLoss, Double takeProfit, String comment, String strategyUid, String strategyReferenceCode, String sourceReference, int sourceSequence) Creates an instance of aImportedPositionEventrecord class.