gpt4 book ai didi

api - 币安 "Event Time"与 "Trade time"

转载 作者:行者123 更新时间:2023-12-04 11:08:39 24 4
gpt4 key购买 nike

我正在查看 Binance Websocket Stream 并有一个关于事件时间和交易时间的问题。如果这是原始交易信息,“交易”怎么会有 2 个不同的时间?什么是“事件时间”?

来自 github API 文档:

交易流

贸易流推送原始贸易信息;每笔交易都有一个独特的买家和卖家。

流名称:@trade

有效载荷:

{
"e": "trade", // Event type
"E": 123456789, // Event time
"s": "BNBBTC", // Symbol
"t": 12345, // Trade ID
"p": "0.001", // Price
"q": "100", // Quantity
"b": 88, // Buyer order Id
"a": 50, // Seller order Id
"T": 123456785, // Trade time
"m": true, // Is the buyer the market maker?
"M": true // Ignore.
}

最佳答案

“T” 《交易时间》是以毫秒为单位的事务时间。我建议使用这个时间。

“E” 《事件时间》是时间值仅适用于套接字。它与创建套接字对象相关联。

通常“事件时间”多于“交易时间”,这些值之间的差异只有几毫秒。小于 30-40 毫秒。有时“事件时间”少于“交易时间”。

关于api - 币安 "Event Time"与 "Trade time",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50688471/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com