FinanceSim 0.1.0
Financial Simulation Library
Loading...
Searching...
No Matches
financesim::Schedule Struct Reference

#include <time.hpp>

Public Attributes

SimTime start_time = 0.0
 
SimTime stop_time = -1.0
 
SimTime rate = 1.0
 
ExecutionTiming timing = ExecutionTiming::StartOfPeriod
 

Detailed Description

Schedule configuration for a model The Python scheduler uses this to determine when to call step()

Definition at line 16 of file time.hpp.

Member Data Documentation

◆ rate

SimTime financesim::Schedule::rate = 1.0

◆ start_time

SimTime financesim::Schedule::start_time = 0.0

Definition at line 17 of file time.hpp.

Referenced by PYBIND11_MODULE().

◆ stop_time

SimTime financesim::Schedule::stop_time = -1.0

Definition at line 18 of file time.hpp.

Referenced by PYBIND11_MODULE().

◆ timing

ExecutionTiming financesim::Schedule::timing = ExecutionTiming::StartOfPeriod

Definition at line 20 of file time.hpp.

Referenced by PYBIND11_MODULE().


The documentation for this struct was generated from the following file: