@sotatech/nest-quickfix
Version:
A powerful NestJS implementation of the FIX (Financial Information eXchange) protocol. Provides high-performance, reliable messaging for financial trading applications with built-in session management, message validation, and recovery mechanisms.
83 lines (82 loc) • 2.06 kB
TypeScript
export declare enum UnitOfMeasure {
BillionCubicFeet = "Bcf",
Allowances = "Alw",
CubicMeters = "CBM",
Barrels = "Bbl",
Gigajoules = "GJ",
BoardFeet = "BDFT",
HeatRate = "kHR",
Bushels = "Bu",
KilowattHours = "kWh",
Currency = "Ccy",
MegaHeatRate = "MHR",
CoolingDegreeDay = "CDD",
OneMillionBTU = "MMBtu",
CertifiedEmissionsReduction = "CER",
MegawattHours = "MWh",
CriticalPrecipDay = "CPD",
Therms = "thm",
ClimateReserveTonnes = "CRT",
TonsOfCarbonDioxide = "tnCO2",
Hundredweight = "cwt",
Day = "day",
DryMetricTons = "dt",
EnvAllwncCert = "EnvAllwnc",
EnvironmentalCredit = "EnvCrd",
EnvironmentalOffset = "EnvOfst",
Grams = "g",
Gallons = "Gal",
GrossTons = "GT",
HeatingDegreeDay = "HDD",
IndexPoint = "IPNT",
Kilograms = "kg",
Kiloliters = "kL",
KilowattYear = "kW-a",
KilowattDay = "kW-d",
KilowattHour = "kW-h",
KilowattMonth = "kW-M",
KilowattMinute = "kW-min",
Liters = "L",
Pounds = "lbs",
MegawattYear = "MW-a",
MegawattDay = "MW-d",
MegawattHour = "MW-h",
MegawattMonth = "MW-M",
MegawattMinute = "MW-min",
TroyOunces = "oz_tr",
PrincipalWithRelationToDebtInstrument = "PRINC",
MetricTons = "t",
Tons = "tn",
Are = "a",
Acre = "ac",
Centiliter = "cL",
Centimeter = "cM",
DieselGallonEquivalent = "DGE",
Foot = "ft",
GBGallon = "Gal_gb",
GasolineGallonEquivalent = "GGE",
Hectare = "ha",
Inch = "in",
Kilometer = "kM",
Meter = "M",
Mile = "mi",
Milliliter = "mL",
Millimeter = "mM",
USOunce = "oz",
Piece = "pc",
USPint = "pt",
GBPint = "pt_gb",
USQuart = "qt",
GBQuart = "qt_gb",
SquareCentimeter = "SqcM",
SquareFoot = "Sqft",
SquareInch = "Sqin",
SquareKilometer = "SqkM",
SquareMeter = "SqM",
SquareMile = "Sqmi",
SquareMillimeter = "SqmM",
SquareYard = "Sqyd",
Yard = "yd",
MillionBarrels = "MMbbl",
USDollars = "USD"
}