UNPKG

@sotatech/node-fixjs

Version:
13 lines (12 loc) 234 B
/** * Indication of how a trade was verified. * tag: 1931 * @readonly * @enum {number} (int) */ export declare enum VerificationMethod { /** Non-electronic */ NonElectronic = 0, /** Electronic */ Electronic = 1 }