Git Product home page Git Product logo

huobi_csharp's People

Contributors

eynzhang avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

huobi_csharp's Issues

合约Api

请问有永续合约相关的实现吗

币币交易行情问题

在东京阿里云上单独执行MarketWebSocketClientExample下的SubscribeFullMBP方法, `并获取火币的推送时间戳ts,用当前服务器时间戳(localTimestamp)减去ts得到一个延迟值delay,发现delay经常大于100毫秒,即使用增量订阅方式(ReqAndSubScribeMBPTick),也是频繁出现延迟delay>100毫秒,这里是不是websocket写法上有bug?示例代码如下:

var ts = response.ts;
long localTimestamp = (long)(DateTime.UtcNow.Subtract(new DateTime(1970, 1, 1))).TotalMilliseconds;
var delay = localTimestamp - ts;
if(delay >= 100)
{
Console.WriteLine($"{DateTime.Now},delay={delay}");
}

显示一段时间的延迟截图如下:
delay

Place Order Error (account-get-accounts-inexistent-error)

My first thought is to thank you for the great work you've done.

I receive the following error message when placing an order:

"Place order fail, error code: account-get-accounts-inexistent-error, error message: account for type 257744360and user id25774436 does not exist"

The message shows the two numbers, but the numbers are different, why?

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.