(20241227) Auto GIT deployment test.
This commit is contained in:
@@ -367,6 +367,7 @@ class TradingTick(BaseModel):
|
||||
"askQty": lowest_ask.qty if lowest_ask else None,
|
||||
"askRate": lowest_ask.price if lowest_ask else None,
|
||||
"ltp": self.ltp,
|
||||
"qty": self.qty,
|
||||
"chg": self.chg,
|
||||
"pChg": self.pChg,
|
||||
"totVol": self.totVol
|
||||
|
||||
Reference in New Issue
Block a user