Uses of Record Class
com.truebubo.maniflow.stock.Stock
Packages that use Stock
Package
Description
Handles buying and selling stocks via stock exchanges
-
Uses of Stock in com.truebubo.maniflow.stock
Methods in com.truebubo.maniflow.stock that return StockModifier and TypeMethodDescriptionSaves the stock to storageMethods in com.truebubo.maniflow.stock that return types with arguments of type StockModifier and TypeMethodDescriptionFinds the stock in storageStockService.getStockHoldings()
Gets the list of all the stocks owned by the userMongoStockRepository.getStocks()
StockRepository.getStocks()
Finds all the stocks savedMethods in com.truebubo.maniflow.stock with parameters of type StockModifier and TypeMethodDescriptionvoid
Buys the stocks.void
Buys the stock with given infoSaves the stock to storagevoid
Sells the stocks.void
Sells the stock with given info