UNPKG

fixparser

Version:

FIX.Latest / 5.0 SP2 Parser

14 lines (13 loc) 278 B
/** * Defines the unit for a miscellaneous fee. * - Tag: 891 * - FIX Specification type: int * - Mapped type: number * @readonly * @public */ export declare const MiscFeeBasis: Readonly<{ readonly Absolute: 0; readonly PerUnit: 1; readonly Percentage: 2; }>;