UNPKG

@reactivemarkets/switchboard-sdk

Version:
7 lines (6 loc) 226 B
import { IQuoteCancelBuilder } from "./iQuoteCancelBuilder"; /** * The Quote Cancel message can be sent by either maker or taker to cancel the * Quote stream. */ export declare const quoteCancel: () => IQuoteCancelBuilder;