Type alias OrderStatusDataBeta

OrderStatusData: {
    detail?: string;
    status: OrderStatusEnum;
}

Message sent by the PFI to Alice to convey the current status of an order. There can be many OrderStatus messages in a given Exchange

Type declaration

  • Optional detail?: string

    An explanation of the status

  • status: OrderStatusEnum

    Current status of Order that's being executed (e.g. PAYIN_PENDING, PAYOUT_PENDING, PAYOUT_SETTLED etc.)