Kotak-Neo / kotak-neo-api

113 stars 103 forks source link

Modification VS Placing A New Order #129

Closed crypt0inf0 closed 8 months ago

crypt0inf0 commented 8 months ago

Is there any advantage on modifying a existing order vs cancelling the existing order and placing a new order?

imdigitalcon commented 8 months ago

Not in particular but generally modifying the order is faster requiring just one API call as opposed to two in cancelling and placing a new one.

crypt0inf0 commented 8 months ago

@imdigitalcon Thanks