UNPKG

@reactivemarkets/switchboard-sdk

Version:
11 lines (10 loc) 517 B
"use strict"; 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;