UNPKG

fixparser

Version:

FIX.Latest / 5.0 SP2 Parser

13 lines (12 loc) 264 B
/** * Indicates whether single sided quotes are allowed. * - Tag: 2559 * - FIX Specification type: Boolean * - Mapped type: string * @readonly * @public */ export declare const QuoteSideIndicator: Readonly<{ readonly No: 'N'; readonly Yes: 'Y'; }>;