Can I use an order ID to modify or cancel a pending order?
Yes, you can modify or cancel a pending order by providing the order ID (id) of the specific order you wish to change. When modifying an order, ensure to include all necessary parameters relevant to the modification, such as limitPrice, stopPrice, quantity, or type, depending on the nature of the changes you want to implement. This feature offers flexibility and control over your trading orders.
Related Articles
Can I use an order ID to modify or cancel a pending order?
Yes, you can modify or cancel a pending order by providing the order ID (id) of the specific order you wish to change. When modifying an order, ensure to include all necessary parameters relevant to the modification, such as limitPrice, stopPrice, ...
What is a Multi-Leg Order and how is it different from the Multi Order API (Bracket Order)?
A Multi-Leg Order is a feature that allows users to execute multiple legs simultaneously, providing hedging benefits and ensuring that all legs of the order are executed together. This differs from the Multi Order API, where each leg is sent to the ...
What data type does a client receive when calling for order updates or data updates from Websocket?
When working with FYERS' WebSocket API, it's important to understand the structure of the data being returned. Both the market data stream and order updates follow a consistent format to simplify integration and parsing. Data format received from ...
How do I get my API ID and Secret keys?
You can read about the API integration related information and create an App here. The API ID and Secret keys will be displayed in the API dashboard as soon as you create the App.
What functionalities does the order websocket in API v3 offer?
The order websocket in API v3 is an advanced feature that provides access to a richer set of information related to trading. It includes updates on orders, trades, and positions, as well as alerts and EDIS (Exchange Data Interface System) details. ...