UNPKG

@reactivemarkets/switchboard-sdk

Version:
7 lines (6 loc) 346 B
import { IExecutionReportBuilder } from "./iExecutionReportBuilder"; /** * 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. */ export declare const executionReport: () => IExecutionReportBuilder;