BitMEX / api-connectors

Libraries for connecting to the BitMEX API.
https://www.bitmex.com/app/restAPI
910 stars 795 forks source link

AttributeError: 'BitMEXWebsocket' object has no attribute 'transact' #244

Open geeklingo opened 6 years ago

geeklingo commented 6 years ago

Trying to use ws.transact() gives me the following error:

AttributeError: 'BitMEXWebsocket' object has no attribute 'transact'

AlbertSu123 commented 4 years ago

I have the same issue, did you manage to resolve this?