예제 #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 __init__(self, msgchan, waittime, txhex):
     OrderbookWatch.__init__(self, msgchan)
     self.waittime = waittime
     self.txhex = txhex
예제 #4
0
 def on_welcome(self):
     OrderbookWatch.on_welcome(self)
     BroadcastThread(self).start()
예제 #5
0
 def __init__(self, msgchan, waittime, txhex):
     OrderbookWatch.__init__(self, msgchan)
     self.waittime = waittime
     self.txhex = txhex
예제 #6
0
 def on_welcome(self):
     OrderbookWatch.on_welcome(self)
     HTTPDThread(self, self.hostport).start()