@sotatech/node-fixjs
Version:
FIX Protocol Parser for Node.js
33 lines (32 loc) • 622 B
TypeScript
/**
* The type of reference price underlier.
* tag: 41097
* @readonly
* @enum {number} (int)
*/
export declare enum MarketDisruptionFallbackUnderlierType {
/** Basket */
Basket = 0,
/** Bond */
Bond = 1,
/** Cash */
Cash = 2,
/** Commodity */
Commodity = 3,
/** Convertible bond */
ConvertibleBond = 4,
/** Equity */
Equity = 5,
/** Exchange traded fund */
ExchangeTradedFund = 6,
/** Future */
Future = 7,
/** Index */
Index = 8,
/** Loan */
Loan = 9,
/** Mortgage */
Mortgage = 10,
/** Mutual fund */
MutualFund = 11
}