toggle menu
console-services
JVM
switch theme
search in API
console-services
/
org.cryptotrader.console.library.services
/
PortfolioCommandService
Portfolio
Command
Service
@
Service
open
class
PortfolioCommandService
@
Autowired
constructor
(
portfolioService
:
PortfolioService
,
authContextService
:
AuthContextService
)
:
ConsoleCommandExecutor
Members
Constructors
Portfolio
Command
Service
Link copied to clipboard
@
Autowired
constructor
(
portfolioService
:
PortfolioService
,
authContextService
:
AuthContextService
)
Functions
execute
Command
Link copied to clipboard
@
Transactional
(
readOnly
=
true
)
open
override
fun
executeCommand
(
command
:
String
)
:
ConsoleCommandResponse