Giter VIP home page Giter VIP logo

Comments (6)

turgayacar avatar turgayacar commented on June 3, 2024 1

Oh thanks.
im Updated 0.20 Alpha 11
im ignored pre releases.
Best regards

from binance.

raphaotten avatar raphaotten commented on June 3, 2024

The API doesn't make sure, that a dot is used as decimal separator. This would be good to change. I had to switch my whole Application to english to get it working.

from binance.

turgayacar avatar turgayacar commented on June 3, 2024

Thanks @raphaotten but nothing change.
Nothing changed. He continues to make mistakes in the same way.
I used the following code for english, but can you share if there is something different?

Thread.CurrentThread.CurrentCulture = Thread.CurrentThread.CurrentUICulture = new CultureInfo("en-US");

from binance.

raphaotten avatar raphaotten commented on June 3, 2024

Yes, try
System.Globalization.CultureInfo.DefaultThreadCurrentCulture = new System.Globalization.CultureInfo("en-US");
in the beginning of your application Form_Load, onInit or something like this.

Your command is only applied to the current thread, which is not enough.

from binance.

turgayacar avatar turgayacar commented on June 3, 2024

Thank you very much for your interest. But it did not happen again.
My operating system is Windows 10 Enterprise X64 Turkish language.
I am developing on VS 2017 Enterprise.
I am developing a Windows Forms application.
I am using the Framework 4.7.1.
I get the same error even in the merit limit trade code indicated on the wiki pages.
Maybe I tried to give all the information that came to mind in the hope that I could get an error in a different way.
I hope I solve my problem as soon as possible.

from binance.

sonvister avatar sonvister commented on June 3, 2024

@raphaotten and @turgayacar, what version of the Binance library are you using? If you are using a version prior to 0.2.0-alpha.8, please upgrade to that or a later version (refer to issue #8 for more information). If you are using that or a later version, I would like to know where else I need to modify the decimal to string conversion. Thanks.

from binance.

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.