UNPKG

@sotatech/node-fixjs

Version:
15 lines (14 loc) 237 B
/** * Status of this position. * tag: 706 * @readonly * @enum {number} (int) */ export declare enum PosQtyStatus { /** Submitted */ Submitted = 0, /** Accepted */ Accepted = 1, /** Rejected */ Rejected = 2 }