Open we-z opened 2 years ago
People have been asking for this for a while now.
The on_trade_updates function does not have a decorator so you have to pass the coroutine to the subscribe_trade_updates function.
on_trade_updates
subscribe_trade_updates
People have been asking for this for a while now.
The
on_trade_updates
function does not have a decorator so you have to pass the coroutine to thesubscribe_trade_updates
function.