LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
cpp/matching_engine_core.hpp
cpp/matching_engine_cpp.cpp
src/ordersim/__init__.py
src/ordersim/economics.py
src/ordersim/gateway.py
src/ordersim/latency.py
src/ordersim/py.typed
src/ordersim/recording.py
src/ordersim/specs.py
src/ordersim/types.py
src/ordersim/valuation.py
src/ordersim.egg-info/PKG-INFO
src/ordersim.egg-info/SOURCES.txt
src/ordersim.egg-info/dependency_links.txt
src/ordersim.egg-info/requires.txt
src/ordersim.egg-info/top_level.txt
src/ordersim/connectors/__init__.py
src/ordersim/connectors/_canonical.py
src/ordersim/connectors/base.py
src/ordersim/connectors/csv.py
src/ordersim/connectors/databento.py
src/ordersim/connectors/parquet.py
src/ordersim/fixtures/__init__.py
src/ordersim/fixtures/synthetic.py
src/ordersim/replay/__init__.py
src/ordersim/replay/boundary.py
src/ordersim/replay/compiled_events.py
src/ordersim/replay/simulator.py
src/ordersim/sim/__init__.py
src/ordersim/sim/cpp_matching_engine.py
src/ordersim/sim/execution.py
src/ordersim/sim/matching_engine.py
src/ordersim/testing/__init__.py
src/ordersim/testing/equivalence.py
tests/test_benchmarks.py
tests/test_boundary_advance.py
tests/test_connector_contract.py
tests/test_cpp_execution_engine.py
tests/test_csv_connector.py
tests/test_databento_connector.py
tests/test_economics.py
tests/test_examples.py
tests/test_execution_engines.py
tests/test_latency.py
tests/test_matching_engine.py
tests/test_parquet_connector.py
tests/test_recording_gateway.py
tests/test_replay.py
tests/test_specs_and_synthetic.py
tests/test_valuation.py