Closed jordy25519 closed 21 hours ago
Sometimes its useful to subscribe to all markets. Should make a helper for that e.g:
pub enum Markets { All, Only(&[MarketId]) } client.subscibe_markets(Markets::All); client.subscribe_oracles(Markets::Only([MarketId::perp(0)]);
Hi, can I take this?
Sometimes its useful to subscribe to all markets. Should make a helper for that e.g: