UNPKG

fixparser

Version:

FIX.Latest / 5.0 SP2 Parser

14 lines (13 loc) 381 B
/** * Indicates the type of the currency rate being used. This is relevant for currencies that have offshore rate that different from onshore rate. * - Tag: 2795 * - FIX Specification type: int * - Mapped type: number * @readonly * @public */ export declare const OffshoreIndicator: Readonly<{ readonly Regular: 0; readonly Offshore: 1; readonly Onshore: 2; }>;