fixparser
Version:
FIX.Latest / 5.0 SP2 Parser
13 lines (12 loc) • 299 B
TypeScript
/**
* The type of identification taxonomy used to identify the security.
* - Tag: 2375
* - FIX Specification type: char
* - Mapped type: string
* @readonly
* @public
*/
export declare const TaxonomyType: Readonly<{
readonly ISINOrAltInstrmtID: 'I';
readonly InterimTaxonomy: 'E';
}>;