UNPKG

@sotatech/node-fixjs

Version:
12 lines (11 loc) 273 B
/** * Type of attribute(s) or characteristic(s) associated with the transaction. * tag: 2872 * @readonly * @enum {number} (int) */ export declare enum TransactionAttributeType { ExclusiveArrangement = 0, CollateralReuse = 1, CollateralArrangmentType = 2 }