UNPKG

@reactivemarkets/switchboard-sdk

Version:
11 lines (10 loc) 381 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.quoteCancel = void 0; const quoteCancelBuilder_1 = require("./quoteCancelBuilder"); /** * The Quote Cancel message can be sent by either maker or taker to cancel the * Quote stream. */ const quoteCancel = () => new quoteCancelBuilder_1.QuoteCancelBuilder(); exports.quoteCancel = quoteCancel;