UNPKG

fixparser

Version:

FIX.Latest / 5.0 SP2 Parser

14 lines (13 loc) 293 B
/** * Specifies the negotiation method to be used. * - Tag: 2115 * - FIX Specification type: int * - Mapped type: number * @readonly * @public */ export declare const NegotiationMethod: Readonly<{ readonly AutoSpot: 0; readonly NegotiatedSpot: 1; readonly PhoneSpot: 2; }>;