Fixed

Clarified supported time-in-force values on the order schema

Broker API

Corrects the TimeInForce description on the order schema to clarify that the cls, ioc, and fok time-in-force values are supported. Equity trading supports day, gtc, opg, cls, ioc, and fok.

Affected Endpoints

  • POST /v1/trading/accounts/{account_id}/orders
  • PATCH /v1/trading/accounts/{account_id}/orders/{order_id}
  • GET /v1/trading/accounts/{account_id}/orders
  • GET /v1/trading/accounts/{account_id}/orders/{order_id}
  • GET /v1/trading/accounts/{account_id}/orders:by_client_order_id
  • DELETE /v1/trading/accounts/{account_id}/orders
  • POST /v1/trading/accounts/{account_id}/orders/estimation
  • DELETE /v1/trading/accounts/{account_id}/positions
  • DELETE /v1/trading/accounts/{account_id}/positions/{symbol_or_asset_id}
  • GET /v1/rebalancing/runs
  • GET /v1/rebalancing/runs/{run_id}
  • GET /v1/events/trades
  • GET /v2/events/trades