fixparser
Version:
FIX.Latest / 5.0 SP2 Parser
18 lines (17 loc) • 404 B
TypeScript
/**
* Type of reference to another News(35=B) message item.
* - Tag: 1477
* - FIX Specification type: int
* - Mapped type: number
* @readonly
* @public
*/
export declare const NewsRefType: Readonly<{
/** Replacement */
readonly Replacement: 0;
/** Other language */
readonly OtherLanguage: 1;
/** Complimentary */
readonly Complimentary: 2;
readonly Withdrawal: 3;
}>;