Indicate whether unified methods require a symbol or not
See original GitHub issueIt’d be super helpful if there was a way to tell ahead of time of fetchOrders
, fetchMyTrades
, etc… require a symbol parameter or not.
Some exchanges seem to have hard coded errors thrown when it’s missing, while others throw an API error.
Issue Analytics
- State:
- Created 6 years ago
- Comments:8 (5 by maintainers)
Top Results From Across the Web
ABCs of UEB - Braille Authority of North America
A grade 1 symbol indicator is used before abbreviations and initials (whether they are followed by periods or not), in lists and outlines,...
Read more >Unified Method - an overview | ScienceDirect Topics
A unified method has been proposed to obtain single PID tuning rule for different types of processes with enhanced disturbance rejection.
Read more >Unified Expression Language - The Java EE 5 Tutorial
The unified EL defines two kinds of expressions: value expressions and method expressions. Value expressions can either yield a value or set a...
Read more >What is Unified Modeling Language (UML)? - Visual Paradigm
If you are not a fan of those definition stuff, take a look at the following UML diagram examples. I believe that you...
Read more >UML Class Diagrams
Dependency: An object of one class might use an object of another class in the code of a method. If the object is...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Got it, you have a point, hope to add this feature very soon.
Unfortunately, I’m actually trying to do the opposite, get full trade history in a reliable way across multiple exchanges for any symbol traded.
In my case, if I don’t need a symbol it’s much faster since an exchange like GDAX will happily give the full history, where as when it’s required I have to loop through the pairs one by one