What exactly forceOrder stream mean?

Hi,

I’m trying to understand the data sent in forceOrder. What exactly does it mean? Does it mean the account in futures liquidated? I don’t think so but need to understand what they mean.

For example how shall i read the following lines?

{'e': 'forceOrder', 'E': 1650898329201, 'o': {'s': 'BTCUSDT', 'S': 'SELL', 'o': 'LIMIT', 'f': 'IOC', 'q': '0.288', 'p': '38886.54', 'ap': '39021.00', 'X': 'FILLED', 'l': '0.288', 'z': '0.288', 'T': 1650898329196}}
{'e': 'forceOrder', 'E': 1650898336327, 'o': {'s': 'BTCUSDT', 'S': 'SELL', 'o': 'LIMIT', 'f': 'IOC', 'q': '0.004', 'p': '38854.46', 'ap': '38986.50', 'X': 'FILLED', 'l': '0.004', 'z': '0.004', 'T': 1650898336320}}

Thank you

"The Liquidation Order Snapshot Streams push force liquidation order information for specific symbol.

For each symbol,only the latest one liquidation order within 1000ms will be pushed as the snapshot. If no liquidation happens in the interval of 1000ms, no stream will be pushed."

https://binance-docs.github.io/apidocs/futures/en/#all-book-tickers-stream

Hope this will be helpful.

Hi,

Yes I have read that but not that clear. Let’s say a trader has $1000 account balance and s/he already has an open position and the following message reached me. How shall i read this?

{'e': 'forceOrder', 'E': 1650898336327, 'o': {'s': 'BTCUSDT', 'S': 'SELL', 'o': 'LIMIT', 'f': 'IOC', 'q': '0.004', 'p': '38854.46', 'ap': '38986.50', 'X': 'FILLED', 'l': '0.004', 'z': '0.004', 'T': 1650898336320}}