You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-1
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ The official Python client for communicating with the <a href="https://upstox.co
9
9
Upstox API is a set of rest APIs that provide data required to build a complete investment and trading platform. Execute orders in real time, manage user portfolio, stream live market data (using Websocket), and more, with the easy to understand API collection.
**total** | **int** | The total number of order lines present in the payload. | [optional]
7
+
**success** | **int** | The number of order lines that were successfully placed without any errors. | [optional]
8
+
**error** | **int** | The number of order lines that encountered errors during processing, despite their payloads being valid. | [optional]
9
+
10
+
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**order_ids** | **list[str]** | Reference order IDs | [optional]
7
+
8
+
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**invalid_value** | **object** | Invalid value for the property failing validation | [optional]
10
+
**error_code** | **str** | | [optional]
11
+
**property_path** | **str** | | [optional]
12
+
**invalid_value** | **object** | | [optional]
13
+
**instrument_key** | **str** | Key of instrument | [optional]
14
+
**order_id** | **str** | Reference order ID | [optional]
15
+
16
+
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**correlation_id** | **str** | A unique identifier for tracking individual orders within the batch | [optional]
7
+
**order_id** | **str** | An order ID for the order request placed | [optional]
8
+
9
+
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**invalid_value** | **object** | Invalid value for the property failing validation | [optional]
10
+
**error_code** | **str** | | [optional]
11
+
**property_path** | **str** | | [optional]
12
+
**invalid_value** | **object** | | [optional]
13
+
**correlation_id** | **str** | A unique identifier for tracking individual orders within the batch | [optional]
14
+
15
+
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**quantity** | **int** | Quantity with which the order is to be placed |
7
+
**product** | **str** | Signifies if the order was either Intraday, Delivery, CO or OCO |
8
+
**validity** | **str** | It can be one of the following - DAY(default), IOC |
9
+
**price** | **float** | Price at which the order will be placed |
10
+
**tag** | **str** | | [optional]
11
+
**slice** | **bool** | To divide the order line based on predefined exchange definitions |
12
+
**instrument_token** | **str** | Key of the instrument |
13
+
**order_type** | **str** | Type of order. It can be one of the following MARKET refers to market order LIMIT refers to Limit Order SL refers to Stop Loss Limit SL-M refers to Stop Loss Market |
14
+
**transaction_type** | **str** | Indicates whether its a buy or sell order |
15
+
**disclosed_quantity** | **int** | The quantity that should be disclosed in the market depth |
16
+
**trigger_price** | **float** | If the order is a stop loss order then the trigger price to be set is mentioned here |
17
+
**is_amo** | **bool** | Signifies if the order is an After Market Order |
18
+
**correlation_id** | **str** | A unique identifier for tracking individual orders within the batch |
19
+
20
+
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**total** | **int** | The total number of order lines present in the payload. | [optional]
7
+
**success** | **int** | The number of order lines that were successfully placed without any errors. | [optional]
8
+
**error** | **int** | The number of order lines that encountered errors during processing, despite their payloads being valid. | [optional]
9
+
**payload_error** | **int** | The number of order lines with payload errors, indicating formatting or data validity issues.<br/><br/><b>Note</b>: Orders are processed only if the entire batch is free of payload_error, ensuring error-free transactions. | [optional]
10
+
11
+
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
0 commit comments