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