(20241227) Auto GIT deployment test.

This commit is contained in:
2024-12-27 17:18:03 +05:30
parent 2349bf3d3e
commit fb29011749
13 changed files with 1152 additions and 6 deletions
+1
View File
@@ -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