toggle menu
console-services
JVM
switch theme
search in API
console-services
/
org.cryptotrader.console.library.services
Package-level
declarations
Types
Types
Console
Command
Parser
Link copied to clipboard
@
Service
class
ConsoleCommandParser
Console
Command
Service
Link copied to clipboard
@
Service
class
ConsoleCommandService
@
Autowired
constructor
(
commandParser
:
ConsoleCommandParser
,
currencyCommandService
:
CurrencyCommandService
,
portfolioCommandService
:
PortfolioCommandService
)
Currency
Command
Service
Link copied to clipboard
@
Service
class
CurrencyCommandService
@
Autowired
constructor
(
currencyService
:
CurrencyService
)
:
ConsoleCommandExecutor
Portfolio
Command
Service
Link copied to clipboard
@
Service
open
class
PortfolioCommandService
@
Autowired
constructor
(
portfolioService
:
PortfolioService
,
authContextService
:
AuthContextService
)
:
ConsoleCommandExecutor