FunctionalStrategyStartingEvent
constructor(eventId: String, executionInfo: AgentExecutionInfo, runId: String, strategyName: String, timestamp: Long = Clock.System.now().toEpochMilliseconds())(source)
constructor(runId: String, strategyName: String, timestamp: Long = Clock.System.now().toEpochMilliseconds())(source)
Deprecated
Use constructor with executionInfo parameter
Replace with
FunctionalStrategyStartingEvent(executionInfo, runId, strategyName, timestamp)Content copied to clipboard