UNPKG

@sotatech/node-fixjs

Version:
21 lines (20 loc) 624 B
/** * Response to allocation to be communicated to a counterparty through an intermediary, i.e. clearing house. Used in conjunction with AllocType = "Request to Intermediary" and AllocReportType = "Request to Intermediary" * tag: 808 * @readonly * @enum {number} (int) */ export declare enum AllocIntermedReqType { /** Pending Accept */ PendingAccept = 1, /** Pending Release */ PendingRelease = 2, /** Pending Reversal */ PendingReversal = 3, /** Accept */ Accept = 4, /** Block Level Reject */ BlockLevelReject = 5, /** Account Level Reject */ AccountLevelReject = 6 }