The issue OP suggested using a decorator wrapping MarketId. However, to avoid a "onion" approach, I thought it could beneficial for the user introducing methods to get all the market ids both for spot and perp markets. Upon these methods, I simply added the argument-free methods to start the subscriptions on all the markets
The issue OP suggested using a decorator wrapping
MarketId
. However, to avoid a "onion" approach, I thought it could beneficial for the user introducing methods to get all the market ids both for spot and perp markets. Upon these methods, I simply added the argument-free methods to start the subscriptions on all the marketsCloses #79