예제 #1
0
 def on_welcome(self):
     OrderbookWatch.on_welcome(self)
     HTTPDThread(self, self.hostport).start()
예제 #2
0
 def on_welcome(self):
     OrderbookWatch.on_welcome(self)
     BroadcastThread(self).start()
예제 #3
0
 def on_welcome(self):
     OrderbookWatch.on_welcome(self)
     BroadcastThread(self).start()
예제 #4
0
 def on_welcome(self):
     OrderbookWatch.on_welcome(self)
     HTTPDThread(self, self.hostport).start()