Why is this order still "isWorking": true?

{
“symbol”: “FRONTBTC”,
“orderId”: 16108363,
“orderListId”: -1,
“clientOrderId”: “0omwRChpSsMRdhTBjWFs6R”,
“price”: “0.00003917”,
“origQty”: “449.30000000”,
“executedQty”: “449.30000000”,
“cummulativeQuoteQty”: “0.01759908”,
“status”: “FILLED”,
“timeInForce”: “GTC”,
“type”: “LIMIT”,
“side”: “SELL”,
“stopPrice”: “0.00000000”,
“icebergQty”: “0.00000000”,
“time”: 1620684298358,
“updateTime”: 1620684301652,
“isWorking”: true,
“origQuoteOrderQty”: “0.00000000”
}

Hi.
isWorking means if the order is placed in the order book or not. It’s the same “w” field returned from websocket executionReport event.

1 Like

After the order has been filled, should not this value be false?

This field remains the same as it represents if the order has ever been in the order book or not.

1 Like