원클릭으로
tws-api-adapter
Polyglot (C++/Python) Adapter for IBKR TWS API. Requires SDK Injection.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Polyglot (C++/Python) Adapter for IBKR TWS API. Requires SDK Injection.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | tws_api_adapter |
| description | Polyglot (C++/Python) Adapter for IBKR TWS API. Requires SDK Injection. |
This extension wraps the Native C++ TWS API, providing access to Market Data, Algorithms, and Account updates that are not available via FIX.
This extension follows the "Bring Your Own SDK" model.
twsapi_macunix folder (containing IBJts).quanuxctl integrate tws_api --path ~/Downloads/twsapi_macunix
This copies the SDK to extensions/sdks/twsapi, making it available for builds.This extension uses Cython (tws_api.pyx) for a faster, more robust bridge to the C++ Adapter.
import tws_api
# Connect to TWS (Port 7496) or Gateway (4001)
# Note: Cython wrapper uses mapped types
adapter = tws_api.TwsAdapter("127.0.0.1", 7496, 0)
adapter.connect()
# Send High-Performance Order
# ID, Symbol, Side, Qty, Price
# Side: 0=Buy, 1=Sell, 2=Short, 3=Cover
adapter.send_order(101, "AAPL", 0, 100, 150.00)
Link against the tws_api_adapter library. It implements the QuanuX::IExecutionProvider interface, allowing it to be swapped into any C++ Execution Node.
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