@sotatech/node-fixjs
Version:
FIX Protocol Parser for Node.js
14 lines (13 loc) • 360 B
TypeScript
/**
* Further sub classification of the CommissionAmountType(2641).
* tag: 2725
* @readonly
* @enum {number} (int)
*/
export declare enum CommissionAmountSubType {
/** Research payment account (RPA) */
ResearchPaymentAccount = 0,
/** Commission sharing agreement (CSA) */
CommissionSharingAgreement = 1,
OtherTypeResearchPayment = 2
}