UNPKG

@sotatech/node-fixjs

Version:
13 lines (12 loc) 346 B
/** * Identifies party of trade responsible for exchange reporting. * tag: 113 * @readonly * @enum {string} (Boolean) */ export declare enum ReportToExch { /** Indicates the party sending message will report trade */ SenderReports = "N", /** Indicates the party receiving message must report trade */ ReceiverReports = "Y" }