dev progress

This commit is contained in:
2026-01-01 22:12:04 +00:00
parent 4bf1d46208
commit 002f797751
2 changed files with 75 additions and 70 deletions
+2 -2
View File
@@ -34,6 +34,7 @@ class PairsTrader(NamedObject):
live_strategy_: PtLiveStrategy
pricer_client_: CvttRestMktDataClient
ti_sender_: TradingInstructionsSender
rest_service_: RestService
def __init__(self) -> None:
@@ -100,8 +101,7 @@ class PairsTrader(NamedObject):
# ------- CREATE TRADER CLIENT -------
self.ti_sender_ = TradingInstructionsSender(config=self.config_, pairs_trader=self)
Log.info(f"{self.fname()} TI client created: {self.ti_sender_}")
Log.info(f"{self.fname()} TI sebder created: {self.ti_sender_}")
# # ------- CREATE REST SERVER -------
self.rest_service_ = RestService(