MCPcopy Create free account
hub / github.com/AsyncAlgoTrading/aat / onOpen

Method onOpen

aat/callback.py:13–14  ·  view source on GitHub ↗

onOpen

(self, data: MarketData)

Source from the content-addressed store, hash-verified

11
12 @abstractmethod
13 def onOpen(self, data: MarketData):
14 '''onOpen'''
15
16 @abstractmethod
17 def onFill(self, resp: TradeResponse):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected