You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment, our code use the abstraction of "pair" (with a base/quote asset) everywhere almost. We sometimes needs to invert the currencies, or extract just the base etc etc.
Currently this is done mostly in the utils crate.
Expected Behavior
We have a new Pair struct that parse a pair BASE/QUOTE and internalizes every functions it needs.
We will also use this Pair for the http requests.
The text was updated successfully, but these errors were encountered:
Current Behavior
At the moment, our code use the abstraction of "pair" (with a base/quote asset) everywhere almost. We sometimes needs to invert the currencies, or extract just the base etc etc.
Currently this is done mostly in the utils crate.
Expected Behavior
We have a new
Pair
struct that parse a pairBASE/QUOTE
and internalizes every functions it needs.We will also use this
Pair
for the http requests.The text was updated successfully, but these errors were encountered: