(20241224) Added tick source.
This commit is contained in:
@@ -345,7 +345,10 @@ class TradingTick(BaseModel):
|
||||
lowest_ask = self.depth.sell[0] if self.depth.sell else None
|
||||
|
||||
return {
|
||||
"broker": self.broker,
|
||||
"brokerToken": self.brokerToken,
|
||||
"exchange": self.exchange,
|
||||
"exchangeToken": self.exchangeToken,
|
||||
"segment": self.segment,
|
||||
"type": self.type,
|
||||
"symbol": self.symbol,
|
||||
|
||||
Reference in New Issue
Block a user