pyokx.ws_clients.WsPprivateAsync

class pyokx.ws_clients.WsPprivateAsync.WsPrivateAsync(apikey: str, passphrase: str, secretkey: str, url: str, use_servertime: bool, callback)[source]

Bases: object

async connect()[source]
async consume()[source]
async login()[source]
async restart()[source]
async start()[source]
async stop()[source]
stop_sync()[source]
async subscribe(params: List[dict])[source]
async unsubscribe(params: list)[source]
Inheritance diagram of pyokx.ws_clients.WsPprivateAsync