UNPKG

fixparser

Version:

FIX.Latest / 5.0 SP2 Parser

18 lines (17 loc) 412 B
/** * RegulatoryTradeIDType * - Tag: 1906 * - FIX Specification type: int * - Mapped type: number * @readonly * @public */ export declare const RegulatoryTradeIDType: Readonly<{ readonly Current: 0; readonly Previous: 1; readonly Block: 2; readonly Related: 3; readonly ClearedBlockTrade: 4; readonly TradingVenueTransactionIdentifier: 5; readonly ReportTrackingNumber: 6; }>;