fixparser
Version:
FIX.Latest / 5.0 SP2 Parser
15 lines (14 loc) • 311 B
TypeScript
/**
* Used for derivatives that deliver into cash underlying.
* - Tag: 974
* - FIX Specification type: String
* - Mapped type: string
* @readonly
* @public
*/
export declare const UnderlyingCashType: Readonly<{
/** FIXED */
readonly FIXED: 'FIXED';
/** DIFF */
readonly DIFF: 'DIFF';
}>;