GithubHelp home page GithubHelp logo

Comments (5)

lisa3907 avatar lisa3907 commented on July 20, 2024
if ((_market.baseId.Substring(0, 1) == "X" || _market.baseId.Substring(0, 1) == "Z") &&  arket.baseId.Length > 3)

Bug FIX: reason Tezos (XTZ) coin

from ccxt.net.

lisa3907 avatar lisa3907 commented on July 20, 2024
Can you explain the different between FetchMarkets method on public API and LoadMarkets in your base library, and why I would use one over the other in various scenarios…

The difference between FetchMarkets and LoadMarkets is the difference between caching and downloading information directly. When LoadMarkets is called for the first time after execution, it calls FetchMarkets and stores it in the cache.

from ccxt.net.

lisa3907 avatar lisa3907 commented on July 20, 2024

MAIL-FROM: Andrew Tollervey [email protected]

Good idea for doing caching. 

I think I may have found another bug.

file: privateApi.cs
Namespace: CCXT.NET.Bithumb.Private

If you look at various methods with the following "IF" statement:
if (!nameResult1.success)

looking at it, I think the ! should be removed from the above line of code, otherwise whenever success == true, "Not supported yet" will always be returned.

from ccxt.net.

lisa3907 avatar lisa3907 commented on July 20, 2024

I don’t understand your found bug. My coding style do not write like “if (!result)”.
What is line number in privateApi.cs.

from ccxt.net.

Tollervey avatar Tollervey commented on July 20, 2024

You can close this as it appears my local code doesn't match your latest version so will update myside based upon latest code. Regards...

from ccxt.net.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.