@sotatech/node-fixjs
Version:
FIX Protocol Parser for Node.js
17 lines (16 loc) • 356 B
TypeScript
/**
* Method for price quotation
* tag: 1196
* @readonly
* @enum {string} (String)
*/
export declare enum PriceQuoteMethod {
/** Standard, money per unit of a physical */
Standard = "STD",
/** Index */
Index = "INX",
/** Interest rate Index */
InterestRateIndex = "INT",
/** Percent of Par */
PercentOfPar = "PCTPAR"
}