Generated after a successfully applying an OrderEdit.

interface OrderEditAppliedMessagePayload {
    edit: OrderEdit;
    result: OrderEditApplied;
    type: "OrderEditApplied";
}

Properties

Properties

edit: OrderEdit

OrderEdit that was applied.

Information about a successfully applied OrderEdit.

type: "OrderEditApplied"

Generated using TypeDoc