UNPKG

fixparser

Version:

FIX.Latest / 5.0 SP2 Parser

14 lines (13 loc) 492 B
/** * Indicates the broad product or asset classification. May be used to provide grouping for the product taxonomy (Product(460), SecurityType(167), etc.) and/or the risk taxonomy (AssetClass(1938), AssetSubClass(1939), AssetType(1940), etc.). * - Tag: 2210 * - FIX Specification type: int * - Mapped type: number * @readonly * @public */ export declare const AssetGroup: Readonly<{ readonly Financials: 1; readonly Commodities: 2; readonly AlternativeInvestments: 3; }>;