Uses of Class
com.bluebell.greenhouse.radicle.services.exchange.ExchangeService
Packages that use ExchangeService
-
Uses of ExchangeService in com.bluebell.greenhouse.radicle.services.symbol
Constructors in com.bluebell.greenhouse.radicle.services.symbol with parameters of type ExchangeServiceModifierConstructorDescriptionSymbolEnrichmentService(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.