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: src/KiteConnect.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -468,7 +468,7 @@ public function getMargins(?string $segment = null): mixed
468
468
* $params int|null "auction_number" A unique identifier for a particular auction
469
469
* $params float|null "tag" (Optional) Order tag
470
470
* $params string|null "validity" (Optional) Order validity (DAY, IOC).
471
-
* $params float "market_protection" Set to -1 for system-default market protection, or a percentage value greater than 0 up to 100
471
+
* $params float "market_protection" (Mandatory only for MARKET orders) Set to -1 for system-default market protection, or a percentage value greater than 0 up to 100
0 commit comments