@reactivemarkets/switchboard-sdk
Version:
SDK for the Reactive Markets Switchboard
11 lines (10 loc) • 381 B
JavaScript
;
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;