CHANGELOG.md
EVENTS.md
INTEGRATION.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
manticore_orderbook/__init__.py
manticore_orderbook/event_manager.py
manticore_orderbook/models.py
manticore_orderbook.egg-info/PKG-INFO
manticore_orderbook.egg-info/SOURCES.txt
manticore_orderbook.egg-info/dependency_links.txt
manticore_orderbook.egg-info/requires.txt
manticore_orderbook.egg-info/top_level.txt
manticore_orderbook/book_management/__init__.py
manticore_orderbook/book_management/book_manager.py
manticore_orderbook/core/__init__.py
manticore_orderbook/core/orderbook.py
manticore_orderbook/examples/run_server.py
manticore_orderbook/matching/__init__.py
manticore_orderbook/matching/matcher.py
manticore_orderbook/matching/strategies/__init__.py
manticore_orderbook/matching/strategies/base.py
manticore_orderbook/matching/strategies/fill_or_kill_order.py
manticore_orderbook/matching/strategies/good_till_date_order.py
manticore_orderbook/matching/strategies/iceberg_order.py
manticore_orderbook/matching/strategies/immediate_or_cancel_order.py
manticore_orderbook/matching/strategies/limit_order.py
manticore_orderbook/matching/strategies/market_order.py
manticore_orderbook/matching/strategies/matching_utils.py
manticore_orderbook/matching/strategies/post_only_order.py
manticore_orderbook/matching/strategies/stop_order.py
manticore_orderbook/utils/__init__.py
manticore_orderbook/utils/expiry.py
manticore_orderbook/utils/metrics.py
tests/__init__.py
tests/run_all_tests.py
tests/benchmark/test_orderbook_benchmark.py
tests/e2e/test_complete_orderbook.py
tests/integration/__init__.py
tests/integration/test_event_system.py
tests/integration/test_stress_stability.py
tests/unit/__init__.py
tests/unit/test_orderbook_core.py
tests/unit/test_orderbook_debug.py
tests/unit/test_orderbook_performance.py
tests/visual/__init__.py
tests/visual/orderbook_visualizer.py