Skip to main content

append_backtest_event_at

Function append_backtest_event_at 

Source
pub fn append_backtest_event_at(
    rules_path: &Path,
    at: DateTime<Utc>,
    event_type: &str,
    payload: Value,
) -> Result<()>