UNPKG

@sotatech/node-fixjs

Version:
11 lines (10 loc) 271 B
/** * Indicates if the transaction was previously reported to the counterparty or market. * tag: 570 * @readonly * @enum {string} (Boolean) */ export declare enum PreviouslyReported { NotReportedToCounterparty = "N", PreviouslyReportedToCounterparty = "Y" }