HackerTrans
トップ新着トレンドコメント過去質問紹介求人

paketick

no profile record

投稿

TLS Handshake on Sockets (C++)

medium.com
6 ポイント·投稿者 paketick·昨年·0 コメント

Show HN: Binance Orderbooks Consumer in C++

github.com
42 ポイント·投稿者 paketick·3 年前·37 コメント

Binance stop orders are visible in trades history

reptoid.com
1 ポイント·投稿者 paketick·3 年前·0 コメント

Ask HN: Working with Binance Order Book in C++

4 ポイント·投稿者 paketick·3 年前·0 コメント

Triangular Arbitrage Historical View

reptoid.com
1 ポイント·投稿者 paketick·3 年前·0 コメント

コメント

paketick
·3 年前·議論
The orderbook class uses original strings received from the exchange as keys. However, in some places, numbers are compared with a precision of 1e-12 as long doubles. I plan to modify this to use the symbols' price step from exchangeInfo.
paketick
·3 年前·議論
You are correct. When I referred to 'real-time', I meant it in the sense that it is as efficient as consuming data directly from the exchange's WebSocket because, during the consumption stage, data is directly consumed from the exchange, not an intermediate server.

Since Binance only provides 100ms diffs, there isn’t 'real-time' in the sense of receiving each atomic orderbook change. Thank you for your feedback, I changed the description.
paketick
·3 年前·議論
Windows will be supported. Not sure when, but likely in a month or two.