TickDelta

simulation.TickDelta()

An offset relative to a Tick expressed as a number of days which should elapse, and the step on which to end up. In applying this delta, it does not matter which step we start on.

See Also

resolve_tick_delta combines an absolute tick with a relative delta to get another absolute tick.

Attributes

days: int

The number of whole days.

step: int

Which tau step within that day (zero-indexed).