UNPKG

@sotatech/node-fixjs

Version:
15 lines (14 loc) 290 B
/** * Specifies the type of action to take or was taken for a given party. * tag: 2329 * @readonly * @enum {number} (int) */ export declare enum PartyActionType { /** Suspend */ Suspend = 0, /** Halt trading */ HaltTrading = 1, /** Reinstate */ Reinstate = 2 }