Uses of Interface
com.bluebell.greenhouse.radicle.repositories.account.AccountLedgerRepository
Packages that use AccountLedgerRepository
Package
Description
Contains the service layer for
Accounts.Contains the service layer for
Positions.-
Uses of AccountLedgerRepository in com.bluebell.greenhouse.radicle.services.account
Constructors in com.bluebell.greenhouse.radicle.services.account with parameters of type AccountLedgerRepositoryModifierConstructorDescriptionAccountLedgerService(AccountLedgerRepository accountLedgerRepository, AccountRepository accountRepository, PositionRepository positionRepository, TransactionRepository transactionRepository) Creates the service. -
Uses of AccountLedgerRepository in com.bluebell.greenhouse.radicle.services.position
Constructors in com.bluebell.greenhouse.radicle.services.position with parameters of type AccountLedgerRepositoryModifierConstructorDescriptionPositionService(PositionRepository positionRepository, AccountLedgerRepository accountLedgerRepository, TransactionRepository transactionRepository, AccountLedgerService accountLedgerService, SymbolService symbolService, StrategyService strategyService, PositionLifecycleService positionLifecycleService, PositionDTOConverter positionDTOConverter) Creates the service.