fixparser
Version:
FIX.Latest / 5.0 SP2 Parser
162 lines (161 loc) • 4.82 kB
TypeScript
/**
* UnitOfMeasure
* - Tag: 996
* - FIX Specification type: String
* - Mapped type: string
* @readonly
* @public
*/
export declare const UnitOfMeasure: Readonly<{
/** Billion cubic feet */
readonly BillionCubicFeet: 'Bcf';
/** Allowances */
readonly Allowances: 'Alw';
/** Cubic Meters */
readonly CubicMeters: 'CBM';
readonly Barrels: 'Bbl';
/** gigajoules */
readonly Gigajoules: 'GJ';
readonly BoardFeet: 'BDFT';
readonly HeatRate: 'kHR';
/** Bushels */
readonly Bushels: 'Bu';
/** Kilowatt hours */
readonly KilowattHours: 'kWh';
/** Amount of currency */
readonly Currency: 'Ccy';
readonly MegaHeatRate: 'MHR';
/** Cooling degree day */
readonly CoolingDegreeDay: 'CDD';
/** One Million BTU */
readonly OneMillionBTU: 'MMBtu';
/** Certified emissions reduction */
readonly CertifiedEmissionsReduction: 'CER';
/** Megawatt hours */
readonly MegawattHours: 'MWh';
/** Critical precipitation day */
readonly CriticalPrecipDay: 'CPD';
readonly Therms: 'thm';
/** Climate reserve tonnes */
readonly ClimateReserveTonnes: 'CRT';
/** Tons of carbon dioxide */
readonly TonsOfCarbonDioxide: 'tnCO2';
readonly Hundredweight: 'cwt';
/** Days */
readonly Day: 'day';
/** Dry metric tons */
readonly DryMetricTons: 'dt';
/** Environmental allowance certificates */
readonly EnvAllwncCert: 'EnvAllwnc';
/** Environmental credit */
readonly EnvironmentalCredit: 'EnvCrd';
/** Environmental Offset */
readonly EnvironmentalOffset: 'EnvOfst';
/** Grams */
readonly Grams: 'g';
/** Gallons */
readonly Gallons: 'Gal';
readonly GrossTons: 'GT';
/** Heating degree day */
readonly HeatingDegreeDay: 'HDD';
/** Index point */
readonly IndexPoint: 'IPNT';
/** Kilograms */
readonly Kilograms: 'kg';
/** kiloliters */
readonly Kiloliters: 'kL';
/** Kilowatt year (electrical capacity) */
readonly KilowattYear: 'kW-a';
/** Kilowatt day (electrical capacity) */
readonly KilowattDay: 'kW-d';
/** Kilowatt hour (electrical capacity) */
readonly KilowattHour: 'kW-h';
/** Kilowatt month (electrical capacity) */
readonly KilowattMonth: 'kW-M';
/** Kilowatt-Minute (electrical capacity) */
readonly KilowattMinute: 'kW-min';
/** liters */
readonly Liters: 'L';
/** pounds */
readonly Pounds: 'lbs';
/** Megawatt year (electrical capacity) */
readonly MegawattYear: 'MW-a';
/** Megawatt day (electrical capacity) */
readonly MegawattDay: 'MW-d';
/** Megawatt hour (electrical capacity) */
readonly MegawattHour: 'MW-h';
/** Megawatt month (electrical capacity) */
readonly MegawattMonth: 'MW-M';
/** Megawatt minute (electrical capacity) */
readonly MegawattMinute: 'MW-min';
/** Troy ounces */
readonly TroyOunces: 'oz_tr';
/** Principal with relation to debt instrument */
readonly PrincipalWithRelationToDebtInstrument: 'PRINC';
readonly MetricTons: 't';
readonly Tons: 'tn';
/** Are */
readonly Are: 'a';
/** Acre */
readonly Acre: 'ac';
/** Centiliter */
readonly Centiliter: 'cL';
/** Centimeter */
readonly Centimeter: 'cM';
/** Diesel gallon equivalent */
readonly DieselGallonEquivalent: 'DGE';
/** Foot */
readonly Foot: 'ft';
/** GB Gallon */
readonly GBGallon: 'Gal_gb';
/** Gasonline gallon equivalent */
readonly GasolineGallonEquivalent: 'GGE';
/** Hectare */
readonly Hectare: 'ha';
/** Inch */
readonly Inch: 'in';
/** Kilometer */
readonly Kilometer: 'kM';
/** Meter */
readonly Meter: 'M';
/** Mile */
readonly Mile: 'mi';
/** Milliliter */
readonly Milliliter: 'mL';
/** Millimeter */
readonly Millimeter: 'mM';
/** US ounce */
readonly USOunce: 'oz';
/** Piece */
readonly Piece: 'pc';
/** US Pint */
readonly USPint: 'pt';
/** GB pint */
readonly GBPint: 'pt_gb';
/** US Quart */
readonly USQuart: 'qt';
/** GB Quart */
readonly GBQuart: 'qt_gb';
/** Square centimeter */
readonly SquareCentimeter: 'SqcM';
/** Square foot */
readonly SquareFoot: 'Sqft';
/** Square inch */
readonly SquareInch: 'Sqin';
/** Square kilometer */
readonly SquareKilometer: 'SqkM';
/** Square meter */
readonly SquareMeter: 'SqM';
/** Square mile */
readonly SquareMile: 'Sqmi';
/** Square millimeter */
readonly SquareMillimeter: 'SqmM';
/** Square yard */
readonly SquareYard: 'Sqyd';
/** Yard */
readonly Yard: 'yd';
/** Million Barrels */
readonly MillionBarrels: 'MMbbl';
/** US Dollars */
readonly USDollars: 'USD';
}>;