Jitendra12421 commited on
Commit
63ca3d9
·
verified ·
1 Parent(s): c8aaa3d

Upload kotak_neo.py

Browse files
Files changed (1) hide show
  1. kotak_neo.py +2 -0
kotak_neo.py CHANGED
@@ -1135,6 +1135,8 @@ class KotakNeoManager:
1135
  "product": _first_text(item.get("prod")),
1136
  "transaction_type": _first_text(item.get("trnsTp")),
1137
  "net_quantity": qty,
 
 
1138
  "average_price": average_price,
1139
  "last_traded_price": ltp,
1140
  "pnl": pnl,
 
1135
  "product": _first_text(item.get("prod")),
1136
  "transaction_type": _first_text(item.get("trnsTp")),
1137
  "net_quantity": qty,
1138
+ "buy_quantity": buy_qty,
1139
+ "sell_quantity": sell_qty,
1140
  "average_price": average_price,
1141
  "last_traded_price": ltp,
1142
  "pnl": pnl,