UNPKG

@reactivemarkets/switchboard-sdk

Version:
12 lines (11 loc) 425 B
import { IOrderCancelRejectBuilder } from "./iOrderCancelRejectBuilder"; /** * The Order Cancel Reject message is sent by the maker in response to an * Order Cancel Request or an Order Cancel / Replace Request message that * cannot be fulfilled for business or technical reasons. * * ```ts * const bytes = orderCancelReject().build(); * ``` */ export declare const orderCancelReject: () => IOrderCancelRejectBuilder;