Why does WebSocket return LIMIT ordertype when MARKET order was placed?


  • @admin
    Hi Team,

    I am using the latest version of SmartAPI WebSocket to monitor order updates.

    When I place an order with "ordertype": "MARKET", I receive an orderData payload via WebSocket where the ordertype is shown as "LIMIT".

    Question:
    Why is the ordertype in the WebSocket update showing "LIMIT" instead of "MARKET"?

    Thank you for your help!