Modify Order
To get characters you need to make a POST call to the following url :
https://amapi.algomojo.com/v1/ModifyOrder
QUERY PARAMETERS
Request Parameter
Description
Mandatory
broker
Broker Code
Yes
strategy
Strategy Name
No
exchange
Exchange name
Yes
symbol
Trading Symbol
Yes
order_id
Order ID
Yes
action
Action
Yes
product
Product Type
Yes
pricetype
Price Type
Yes
price
Price
Yes
quantity
Quantity
Yes
disclosed_quantity
Disclosed Quantity
No
trigger_price
Trigger Price
No
# Here is a curl example
Request example :
Response example:
Last updated