PortfolioTradeExecutionService

Constructors

Link copied to clipboard
@Autowired
constructor(portfolioService: PortfolioService, tradeEventService: TradeEventService, entityManager: EntityManager)

Functions

Link copied to clipboard
@Transactional
open fun executeTrader(trader: Trader, assetTrader: TradingEngine)
Link copied to clipboard
open fun triggerAllTraders(traders: List<Trader>)