(20241231) Too many thing happening...
This commit is contained in:
@@ -375,7 +375,9 @@ class TradingTick(BaseModel):
|
||||
"qty": self.qty,
|
||||
"chg": self.chg,
|
||||
"pChg": self.pChg,
|
||||
"totVol": self.totVol
|
||||
"totVol": self.totVol,
|
||||
"tradeTs": self.tradeTs.timestamp(),
|
||||
"tradeTz": self.tradeTz
|
||||
}
|
||||
|
||||
@staticmethod
|
||||
|
||||
Reference in New Issue
Block a user