question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Indicate whether unified methods require a symbol or not

See original GitHub issue

It’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:closed
  • Created 6 years ago
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

3reactions
kroitorcommented, Jan 3, 2018

Got it, you have a point, hope to add this feature very soon.

2reactions
shnhrrsncommented, Jan 3, 2018

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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found