fixparser
Version:
FIX.Latest / 5.0 SP2 Parser
13 lines (12 loc) • 342 B
TypeScript
/**
* Identifies whether the current entry contributes to the trade or transaction economics, i.e. affects NetMoney(118).
* - Tag: 2712
* - FIX Specification type: int
* - Mapped type: number
* @readonly
* @public
*/
export declare const MiscFeeQualifier: Readonly<{
readonly Contributes: 0;
readonly DoesNotContribute: 1;
}>;