UNPKG

@sotatech/node-fixjs

Version:
15 lines (14 loc) 245 B
/** * Action proposed for an Underlying Instrument instance. * tag: 944 * @readonly * @enum {number} (int) */ export declare enum CollAction { /** Retain */ Retain = 0, /** Add */ Add = 1, /** Remove */ Remove = 2 }