UNPKG

@sotatech/node-fixjs

Version:
15 lines (14 loc) 308 B
/** * Indicates the status of the party identified with PartyDetailID(1691). * tag: 1672 * @readonly * @enum {number} (int) */ export declare enum PartyDetailStatus { /** Active (default if not specified) */ Active = 0, /** Suspended */ Suspended = 1, /** Halted */ Halted = 2 }