ワンクリックで
clear-street-adapter
High-Performance C++ Adapter for Clear Street API (OnixS/QuickFIX Dual Engine)
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
High-Performance C++ Adapter for Clear Street API (OnixS/QuickFIX Dual Engine)
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Reference for OS and Kernel parameter optimization on the QuanuX Edge.
Reference for using the QuanuX Control CLI (quanuxctl).
Official Figma Developer MCP integration for QuanuX. Allows agents to inspect designs, extract variables, and generate code from Figma files.
The authoritative "School of Architecture" for building QuanuX Extensions (Sidecars). Enforces the QXP protocol, Go runtime preference, and privacy-first security model.
Instructions for operating and configuring the SignalR Bridge for TopstepX.
Guidelines for adding functions to the AST translation map for QuanuX-Annex duckdb transpiler
| name | clear-street-adapter |
| description | High-Performance C++ Adapter for Clear Street API (OnixS/QuickFIX Dual Engine) |
| version | 1.0.0 |
This extension provides a production-grade, high-frequency trading gateway to Clear Street.
To enable the high-performance engine:
quanuxctl integrate onixs --path /path/to/downloaded/onixs-sdk
This copies the SDK to extensions/sdks/onixs. The build system detects this automatically.
local_config.json){
"adapter": {
"engine": "auto", // auto, onixs, quickfix
"sender_comp_id": "MY_ID",
"target_comp_id": "CST_ID",
"socket_connect_host": "fix.clearstreet.io",
"socket_connect_port": 1234
},
"risk": {
"max_order_qty": 50,
"max_daily_loss": 5000.0
},
"recorder": {
"enabled": true,
"mode": "L3", // L1, L2, L3 (Market by Order)
"directory": "data/archived"
},
"performance": {
"cpu_affinity_send": 4,
"cpu_affinity_recv": 5,
"spin_lock": true
}
}
quanuxctl install clear-street
quanuxctl run clear-street
Captures full Market-By-Order feeds. Data is stored in DuckDB files optimized for analytical queries.
To reload a strategy:
.so).SIGHUP to the adapter process OR use the control command:
quanuxctl send clear-street reload_strategyMicrosecond histograms are logged to metrics.json on exit, or streamed via CNATS subject quanux.metrics.latency.