Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
developers:websocket:orders [2025/03/14 21:46] – chad | developers:websocket:orders [2025/03/14 21:50] (current) – chad | ||
---|---|---|---|
Line 90: | Line 90: | ||
The WebSocket API supports a variety of order types to accommodate different trading strategies. Below are the supported order types, along with their corresponding **OrderSubmit** messages. | The WebSocket API supports a variety of order types to accommodate different trading strategies. Below are the supported order types, along with their corresponding **OrderSubmit** messages. | ||
+ | |||
+ | |||
+ | ---- | ||
=== Market Order === | === Market Order === | ||
Line 113: | Line 116: | ||
</ | </ | ||
+ | |||
+ | ---- | ||
=== Limit Order === | === Limit Order === | ||
Line 137: | Line 142: | ||
</ | </ | ||
+ | |||
+ | ---- | ||
=== Stop Order === | === Stop Order === | ||
Line 161: | Line 168: | ||
</ | </ | ||
+ | |||
+ | ---- | ||
=== Stop Limit Order === | === Stop Limit Order === | ||
Line 186: | Line 195: | ||
</ | </ | ||
+ | |||
+ | ---- | ||
=== Trailing Stop Order === | === Trailing Stop Order === | ||
Line 211: | Line 222: | ||
</ | </ | ||
+ | |||
+ | ---- | ||
=== Fill or Kill (FOK) Order === | === Fill or Kill (FOK) Order === | ||
Line 235: | Line 248: | ||
</ | </ | ||
+ | |||
+ | ---- | ||
=== Immediate or Cancel (IOC) Order === | === Immediate or Cancel (IOC) Order === | ||
Line 259: | Line 274: | ||
</ | </ | ||
+ | |||
+ | ---- | ||
=== Good Till Canceled (GTC) Order === | === Good Till Canceled (GTC) Order === |