Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 791 Bytes

MultiOrderSummary.md

File metadata and controls

9 lines (8 loc) · 791 Bytes

UpstoxClient.MultiOrderSummary

Properties

Name Type Description Notes
total Number The total number of order lines present in the payload. [optional]
success Number The number of order lines that were successfully placed without any errors. [optional]
error Number The number of order lines that encountered errors during processing, despite their payloads being valid. [optional]
payloadError Number 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]