Uses of Interface
com.truebubo.maniflow.stock.StockRepository
Packages that use StockRepository
Package
Description
Handles buying and selling stocks via stock exchanges
-
Uses of StockRepository in com.truebubo.maniflow.stock
Classes in com.truebubo.maniflow.stock that implement StockRepositoryModifier and TypeClassDescriptionclass
Repository used for dealing with storage and retrieval of stock using MongoDBConstructors in com.truebubo.maniflow.stock with parameters of type StockRepositoryModifierConstructorDescriptionStockService
(StockRepository stockRepository, StockPriceFinder stockPriceFinder, IncomeRepository incomeRepository, ExpenseRepository expenseRepository) Initializes stock service with repositories