Uses of Class
com.truebubo.maniflow.stock.StockService
Packages that use StockService
Package
Description
Handles showing statistics of other areas the application is responsible for
Handles buying and selling stocks via stock exchanges
-
Uses of StockService in com.truebubo.maniflow.stats
Constructors in com.truebubo.maniflow.stats with parameters of type StockServiceModifierConstructorDescriptionStatsService
(IncomeService incomeService, ExpenseService expenseService, StockService stockService, DebtService debtService) Initializes stats service with other services -
Uses of StockService in com.truebubo.maniflow.stock
Constructors in com.truebubo.maniflow.stock with parameters of type StockServiceModifierConstructorDescriptionStockViewCLI
(StockService stockService) Created CLI frontend for stocksStockViewGUI
(StockService stockService)