drift-labs / drift-rs

rust sdk to interact with drift v2
Apache License 2.0
22 stars 15 forks source link

feat: subscribe to all markets [issue 79] #81

Open fedemagnani opened 13 hours ago

fedemagnani commented 13 hours ago

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

Closes #79