UNPKG

fixparser

Version:

FIX.Latest / 5.0 SP2 Parser

15 lines (14 loc) 317 B
/** * conveys how the collateral should be/has been applied * - Tag: 1043 * - FIX Specification type: int * - Mapped type: number * @readonly * @public */ export declare const CollApplType: Readonly<{ /** Specific Deposit */ readonly SpecificDeposit: 0; /** General */ readonly General: 1; }>;