| 123456789101112131415161718192021222324252627282930 |
- {
- "scope": "OKX order support formal production builder implementation",
- "network_requests_made": 0,
- "modified_production_surface": {
- "class": "OkxClient",
- "methods_added": [
- "build_post_only_limit_order_body",
- "build_entry_batch_order_body",
- "build_cancel_order_body",
- "build_pending_orders_params",
- "build_fills_params"
- ]
- },
- "execution_wiring": {
- "place_order_changed": false,
- "cli_added": false,
- "trading_execution_changed": false
- },
- "verified_shapes": [
- "post_only_limit_order_body",
- "entry_batch_order_body",
- "cancel_order_body",
- "pending_orders_params",
- "fills_params"
- ],
- "verification": {
- "command": "rtk .venv/bin/pytest -q tests/test_okx_client.py",
- "result": "75 passed in 0.06s"
- }
- }
|