onOrderPaused( )


Notes:

Triggered when an order is paused.

Method Declaration
Copy
Method Parameters
handlerfunction

handler(event: OrderPausedEnvelope): void | Promise<void>

Did this help?