UNPKG

fixparser

Version:

FIX.Latest / 5.0 SP2 Parser

19 lines (18 loc) 491 B
/** * Resolution taken when ApplQueueDepth (813) exceeds ApplQueueMax (812) or system specified maximum queue size. * - Tag: 814 * - FIX Specification type: int * - Mapped type: number * @readonly * @public */ export declare const ApplQueueResolution: Readonly<{ /** No Action Taken */ readonly NoActionTaken: 0; /** Queue Flushed */ readonly QueueFlushed: 1; /** Overlay Last */ readonly OverlayLast: 2; /** End Session */ readonly EndSession: 3; }>;