UNPKG

fixparser

Version:

FIX.Latest / 5.0 SP2 Parser

13 lines (12 loc) 283 B
/** * Identifies how the response to the request should be transmitted. * - Tag: 725 * - FIX Specification type: int * - Mapped type: number * @readonly * @public */ export declare const ResponseTransportType: Readonly<{ readonly Inband: 0; readonly OutOfBand: 1; }>;