UNPKG

fixparser

Version:

FIX.Latest / 5.0 SP2 Parser

16 lines (15 loc) 445 B
/** * Further sub classification of the CommissionAmountType(2641). * - Tag: 2725 * - FIX Specification type: int * - Mapped type: number * @readonly * @public */ export declare const CommissionAmountSubType: Readonly<{ /** Research payment account (RPA) */ readonly ResearchPaymentAccount: 0; /** Commission sharing agreement (CSA) */ readonly CommissionSharingAgreement: 1; readonly OtherTypeResearchPayment: 2; }>;