UNPKG

@sotatech/node-fixjs

Version:
12 lines (11 loc) 266 B
/** * Specifies the regulatory mandate or rule that the transaction complies with. * tag: 2347 * @readonly * @enum {number} (int) */ export declare enum RegulatoryTransactionType { None = 0, SEFRequiredTransaction = 1, SEFPermittedTransaction = 2 }