Skip to content

Commit c256a3d

Browse files
committed
Add LIMIT to order_type param comments
1 parent 4884a75 commit c256a3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kiteconnect.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ public function getMargins($segment = null) {
350350
* $params string "tradingsymbol" Tradingsymbol of the instrument (ex. RELIANCE, INFY).
351351
* $params string "transaction_type" Transaction type (BUY or SELL).
352352
* $params string "product" Product code (NRML, MIS, CNC).
353-
* $params string "order_type" Order type (SL, SL-M, MARKET).
353+
* $params string "order_type" Order type (SL, SL-M, LIMIT, MARKET).
354354
* $params int "quantity" Order quantity
355355
* $params int|null "disclosed_quantity" (Optional) Disclosed quantity
356356
* $params float|null "price" (Optional) Order Price

0 commit comments

Comments
 (0)