Resetting utils subtree.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user