Orders
Place a stop-loss order
Place a stop-loss order
POST
Place a stop-loss order
Documentation Index
Fetch the complete documentation index at: https://docs.oms.verolabs.co/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer token used for protected REST API requests.
Body
application/json
Stop-loss order creation payload.
Payload for creating a stop-loss order.
Trading symbol or product code.
Example:
"FPT"
Order side.
Available options:
B, S Example:
"B"
Trigger price for the stop-loss order.
Trigger condition comparing the market price to stopPrice.
Available options:
>=, <= Example:
">="
Order type submitted after the trigger condition is met.
Available options:
LO, MTL Example:
"LO"
Order price submitted after the trigger condition is met.
Order quantity submitted after the trigger condition is met.
Trading account identifier.
Place a stop-loss order

