Modify Order

Modify a common order. This method does not support allocation orders.

Allocation orders do not support modification.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
number
required

The ID of the order to modify.

string
required

The account ID of the order.

integer

New order quantity (number of shares/lots). Replaces the current quantity.

number

New limit price. Required when orderType is LMT or STP_LMT.

number

New stop price. Required when orderType is STP or STP_LMT.

string
enum

New time-in-force. DAY=day order, GTC=good-till-cancel, GTD=good-till-date (requires expireTime).

Allowed:
number

New expiration timestamp (13-digit milliseconds). Required when timeInForce is GTD.

string
enum

New trailing stop type. Only for TRAIL orders. PERCENT=percentage-based, AMOUNT=fixed-amount.

Allowed:
number

New trailing stop value. For PERCENT: the percentage (e.g., 25.15 for 25.15%). For AMOUNT: the dollar amount.

boolean

Whether to allow pre/after-hours trading. true=allow extended hours, false=regular hours only.

Headers
string
required

The token obtained from the /oauth2/v1/token endpoint

string
required

The Tiger user who initiated the request, usually is the advisor

string
enum
Defaults to application/json

Generated from available request content types

Response

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json