JKorf / Bybit.Net

A C# .netstandard client library for the Bybit REST and Websocket V5 API focusing on clear usage and models
https://jkorf.github.io/Bybit.Net/
91 stars 62 forks source link

Bug in Websocket Stream Private Order Data... #188

Closed hcanak closed 5 months ago

hcanak commented 5 months ago

Hello,

When i placed a 20$ ETHUSDT Market Order in Spot/Margin Market, the order stream data triggers which includes the details of order. In the details i see that the quantity filed is in base of USDT not ETH. Please see below VisualStudio debug ss;

I see the issue only in Spot/Margin Market Order. Spot/Margin Limit Order works properly that is quantity is in base of ETH. In Futures Market, both limit and market order works properly.

image

hcanak commented 5 months ago

I have learned that there is an exception for market buy orders in spot market. So this is not a bug, i close this issue.