LICENSE
MANIFEST.in
README.md
build_fastpath.py
config.yaml
mdrap
mdrap.bat
mdrap.toml
pyproject.toml
pytest.ini
requirements.txt
setup.py
docs/CHD.md
docs/RESEARCH_AND_TRADING.md
docs/SDK_GUIDE.md
docs/USER_GUIDE.md
docs/architecture.md
docs/audit-log-format.md
docs/benchmark-methodology.md
docs/cli-style-guide.md
docs/data-model.md
docs/decisions.md
docs/flow.md
docs/quality-rules.md
examples/01_hello_world_strategy.py
examples/02_hft_benchmark_strategy.py
examples/03_chd_historical_data.ipynb
examples/custom_venue/run_custom_venue.py
fuzz/__init__.py
fuzz/fuzz_batch.c
fuzz/fuzz_differential.py
fuzz/fuzz_sbe.c
personas/00_run_market_server.py
personas/01_beginner_polling.py
personas/01_run_extreme_market_server.py
personas/02_intermediate_sdk.py
personas/03_pro_duckdb.py
src/__init__.py
src/_fastpath_native.dll
src/alerts.py
src/analytics.py
src/archive.py
src/backtest.py
src/bardb.py
src/bbo.py
src/benchmark.py
src/chaos.py
src/chd.py
src/chd_history.py
src/cli.py
src/client.py
src/columnar.py
src/config.py
src/config_loader.py
src/corporate_actions.py
src/dashboard.py
src/databento_feed.py
src/depth.py
src/export.py
src/exporter.py
src/fastpath.c
src/fastpath.dll
src/fastpath.py
src/fastpath.pyi
src/features.py
src/feed_handler.py
src/fix_engine.py
src/flow_tracker.py
src/fx.py
src/gateway.py
src/gateway_tcp.py
src/itch.py
src/live.py
src/manifest.py
src/mbo.py
src/metrics.py
src/models.py
src/multicast_arbitrator.py
src/navigator.py
src/news.py
src/options.py
src/pipeline.py
src/polygon_feed.py
src/portfolio.py
src/protocol.py
src/py.typed
src/quality.py
src/reconciliation.py
src/research.py
src/risk.py
src/rules.def
src/rules.py
src/sbe.py
src/scheduler.py
src/security.py
src/service.py
src/shm.py
src/simulator.py
src/storage.py
src/strategy_sdk.py
src/stresstest.py
src/symbology.py
src/tca.py
src/term.py
src/terminal_display.py
src/trading_cli.py
src/venues.py
src/vessel.py
src/watchdog.py
src/workload_simulator.py
src/ws_feed.py
src/adapters/__init__.py
src/adapters/template.py
src/mdrap.egg-info/PKG-INFO
src/mdrap.egg-info/SOURCES.txt
src/mdrap.egg-info/dependency_links.txt
src/mdrap.egg-info/entry_points.txt
src/mdrap.egg-info/requires.txt
src/mdrap.egg-info/top_level.txt
tests/test_adapters_and_rules.py
tests/test_alerts.py
tests/test_analytics.py
tests/test_archive.py
tests/test_audit_hardening.py
tests/test_backlog_reconciliation.py
tests/test_backtest.py
tests/test_bardb.py
tests/test_bbo.py
tests/test_chaos.py
tests/test_chd.py
tests/test_cli.py
tests/test_cli_coverage.py
tests/test_client.py
tests/test_columnar.py
tests/test_concurrent_users.py
tests/test_config.py
tests/test_config_loader.py
tests/test_corporate_actions.py
tests/test_coverage_booster.py
tests/test_databento_feed.py
tests/test_decision_identity.py
tests/test_depth.py
tests/test_engine_context.py
tests/test_entitlements.py
tests/test_error_surfacing.py
tests/test_export.py
tests/test_exporter_coverage.py
tests/test_fastpath.py
tests/test_fastpath_quantitative.py
tests/test_fastpath_throughput.py
tests/test_features.py
tests/test_feed_handler.py
tests/test_fix.py
tests/test_flow_tracker.py
tests/test_fuzz.py
tests/test_fx.py
tests/test_hardening.py
tests/test_itch.py
tests/test_keyboard_shortcuts.py
tests/test_live.py
tests/test_live_resolution.py
tests/test_manifest.py
tests/test_mbo.py
tests/test_multi_asset.py
tests/test_multicast_arbitrator.py
tests/test_multimarket_quality.py
tests/test_navigator.py
tests/test_navigator_coverage.py
tests/test_news.py
tests/test_options.py
tests/test_options_coverage.py
tests/test_parity_differential.py
tests/test_pipeline_integration.py
tests/test_polygon_feed.py
tests/test_portfolio.py
tests/test_protocol.py
tests/test_quality.py
tests/test_replay_idempotency.py
tests/test_research.py
tests/test_research_security.py
tests/test_risk.py
tests/test_rules_single_source.py
tests/test_sbe.py
tests/test_scheduler.py
tests/test_sdk.py
tests/test_security.py
tests/test_service.py
tests/test_service_resilience.py
tests/test_shm.py
tests/test_shm_decoupled.py
tests/test_strategy_sdk.py
tests/test_stresstest.py
tests/test_symbology.py
tests/test_system_limitations.py
tests/test_system_stress_and_adversarial.py
tests/test_tca.py
tests/test_terminal_display.py
tests/test_terminal_display_coverage.py
tests/test_venues.py
tests/test_vessel.py
tests/test_vessel_fastpath.py
tests/test_vessel_stress.py
tests/test_vwap.py
tests/test_watchdog.py
tests/test_ws_feed.py