@sotatech/node-fixjs
Version:
FIX Protocol Parser for Node.js
17 lines (16 loc) • 412 B
TypeScript
/**
* The classification or type of swap. Additional values may be used by mutual agreement of the counterparties.
* tag: 1941
* @readonly
* @enum {string} (String)
*/
export declare enum SwapClass {
/** Basis swap */
BasisSwap = "BS",
/** Index swap */
IndexSwap = "IX",
/** Broad-based security swap */
BroadBasedSecuritySwap = "BB",
/** Basket swap */
BasketSwap = "SK"
}