Example #1
0
 def buildWebSocketClientThread(self, instrument, currency):
     return wsclient.WebSocketClientThread(instrument, currency)
Example #2
0
 def buildWebSocketClientThread(self):
     return wsclient.WebSocketClientThread()
Example #3
0
 def buildWebSocketClientThread(self):
     return wsclient.WebSocketClientThread(self.__channels)