fixparser
Version:
FIX.Latest / 5.0 SP2 Parser
14 lines (13 loc) • 335 B
TypeScript
/**
* Type of relationship between two or more market segments.
* - Tag: 2547
* - FIX Specification type: int
* - Mapped type: number
* @readonly
* @public
*/
export declare const MarketSegmentRelationship: Readonly<{
readonly MarketSegmentPoolMember: 1;
readonly RetailSegment: 2;
readonly WholesaleSegment: 3;
}>;