TradeService

@Service
open class TradeService(authContextService: AuthContextService, portfolioService: PortfolioService, currencyService: CurrencyService, productUserService: ProductUserService)

Constructors

Link copied to clipboard
constructor(authContextService: AuthContextService, portfolioService: PortfolioService, currencyService: CurrencyService, productUserService: ProductUserService)

Functions

Link copied to clipboard
@Transactional
open fun checkout(tradeRequest: TradeRequest): Boolean