Fixed

GTC time-in-force documented for options orders

Broker API

The TimeInForce schema description now lists gtc alongside day as a supported time-in-force for options orders. Previously the per-security-type breakdown listed only day for options, which did not match accepted values.

  • Options trading supported TIFs: day, gtc.
  • The gtc enum value was already present; no request or response shape changed.

Affected Endpoints

  • POST /v1/trading/accounts/{account_id}/orders
  • 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
  • PATCH /v1/trading/accounts/{account_id}/orders/{order_id}
  • DELETE /v1/trading/accounts/{account_id}/orders
  • DELETE /v1/trading/accounts/{account_id}/positions
  • DELETE /v1/trading/accounts/{account_id}/positions/{symbol_or_asset_id}
  • GET /v2/events/trades