@reactivemarkets/switchboard-sdk
Version:
SDK for the Reactive Markets Switchboard
11 lines (10 loc) • 517 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.executionReport = void 0;
const executionReportBuilder_1 = require("./executionReportBuilder");
/**
* The Execution Report message is sent by the maker to communicate order updates. This includes
* initial order acknowledgement, rejects, trade executions, cancellations or any other status update.
*/
const executionReport = () => new executionReportBuilder_1.ExecutionReportBuilder();
exports.executionReport = executionReport;