UNPKG

@sotatech/node-fixjs

Version:
13 lines (12 loc) 235 B
/** * Status of the AllocationInstructionAlertRequest(35=DU). * tag: 2768 * @readonly * @enum {number} (int) */ export declare enum AllocRequestStatus { /** Accepted */ Accepted = 0, /** Rejected */ Rejected = 1 }