Uses of Interface
com.bluebell.greenhouse.radicle.repositories.symbol.SymbolRepository
Packages that use SymbolRepository
-
Uses of SymbolRepository in com.bluebell.greenhouse.radicle.services.symbol
Subclasses with type arguments of type SymbolRepository in com.bluebell.greenhouse.radicle.services.symbolModifier and TypeClassDescriptionclassService that enriches an existing symbol through the symbol registry and enrichment strategy.classService-layer for symbols and equities.Constructors in com.bluebell.greenhouse.radicle.services.symbol with parameters of type SymbolRepositoryModifierConstructorDescriptionSymbolEnrichmentService(ExchangeRegistryService exchangeRegistryService, ExchangeService exchangeService, SymbolRepository symbolRepository, SymbolEnrichmentStrategy symbolEnrichmentStrategy, SymbolRegistryService symbolRegistryService) Creates a new enrichment service.SymbolRegistryImportService(ExchangeService exchangeService, SymbolRepository symbolRepository, SymbolRegistryService symbolRegistryService, jakarta.persistence.EntityManager entityManager) Creates a new symbol registry import service.SymbolService(ExchangeService exchangeService, MarketNewsSentimentService marketNewsSentimentService, MarketPriceRepository marketPriceRepository, PositionRepository positionRepository, SymbolAliasRepository symbolAliasRepository, SymbolAliasService symbolAliasService, SymbolRepository symbolRepository, SymbolSentimentLookupService symbolSentimentLookupService, WatchlistItemService watchlistItemService) Creates the service.