progress
This commit is contained in:
+2
-2
@@ -34,10 +34,10 @@ class PairTradingRunner(NamedObject):
|
||||
# print(f"{message_type=} {subscr_id=} {instrument_id}")
|
||||
# if message_type == "md_aggregate":
|
||||
# aggr = message.get("md_aggregate", [])
|
||||
# print(f"[{aggr['tstmp'][:19]}] *** RLTM *** {message}")
|
||||
# print(f"[{aggr['tstamp'][:19]}] *** RLTM *** {message}")
|
||||
# elif message_type == "historical_md_aggregate":
|
||||
# for aggr in message.get("historical_data", []):
|
||||
# print(f"[{aggr['tstmp'][:19]}] *** HIST *** {aggr}")
|
||||
# print(f"[{aggr['tstamp'][:19]}] *** HIST *** {aggr}")
|
||||
# else:
|
||||
# print(f"Unknown message type: {message_type}")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user