Resetting utils subtree.

This commit is contained in:
2025-01-03 18:33:26 +05:30
parent 6c4f55d17e
commit 49827faee6
179 changed files with 6 additions and 138699 deletions
+4
View File
@@ -371,10 +371,14 @@ class TradingTick(BaseModel):
"bidRate": highest_bid.price if highest_bid else None,
"askQty": lowest_ask.qty if lowest_ask else None,
"askRate": lowest_ask.price if lowest_ask else None,
"o": self.o,
"h": self.h,
"l": self.l,
"ltp": self.ltp,
"qty": self.qty,
"chg": self.chg,
"pChg": self.pChg,
"vwap": self.vwap,
"totVol": self.totVol,
"tradeTs": self.tradeTs.timestamp(),
"tradeTz": self.tradeTz