UNPKG

@sotatech/node-fixjs

Version:
15 lines (14 loc) 302 B
/** * Specifies the action taken or to be taken for the specified instrument or list of instruments. * tag: 980 * @readonly * @enum {string} (char) */ export declare enum SecurityUpdateAction { /** Add */ Add = "A", /** Delete */ Delete = "D", /** Modify */ Modify = "M" }