stock option quantity field
-
while placing order for stock options,
what should be the quantity,
e.g for GRASIM 1900CE
I want to buy 1 lot
so quantity should be 1 or 475?try: orderparams = { "variety": "NORMAL", "tradingsymbol": tradingsymbol, "symboltoken": symboltoken, "transactiontype": "BUY", "exchange": "NFO", "ordertype": "MARKET", "producttype": "CARRYFORWARD", "duration": "DAY", "quantity": "1" }
-
@bablujat check via postman to square off. It is working fine. There maybe a issue in your code.
-
Hi @pt4rh3
did you try to close existing position? when i try i it uses quantity as lots but during sell it use it as shares, so during but i have to use 50 (1 lot = 50 shares) and for sell i have to use 1 for quantity -
@pt4rh3
quantity :475