Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion qstrader/simulation/sim_engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

class SimulationEngine(object):
"""
Interface to a tradinh event simulation engine.
Interface to a trading event simulation engine.

Subclasses are designed to take starting and ending
timestamps to generate events at a specific frequency.
Expand Down