okx-order-support-formal-implementation.json 796 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "scope": "OKX order support formal production builder implementation",
  3. "network_requests_made": 0,
  4. "modified_production_surface": {
  5. "class": "OkxClient",
  6. "methods_added": [
  7. "build_post_only_limit_order_body",
  8. "build_entry_batch_order_body",
  9. "build_cancel_order_body",
  10. "build_pending_orders_params",
  11. "build_fills_params"
  12. ]
  13. },
  14. "execution_wiring": {
  15. "place_order_changed": false,
  16. "cli_added": false,
  17. "trading_execution_changed": false
  18. },
  19. "verified_shapes": [
  20. "post_only_limit_order_body",
  21. "entry_batch_order_body",
  22. "cancel_order_body",
  23. "pending_orders_params",
  24. "fills_params"
  25. ],
  26. "verification": {
  27. "command": "rtk .venv/bin/pytest -q tests/test_okx_client.py",
  28. "result": "75 passed in 0.06s"
  29. }
  30. }