@sotatech/node-fixjs
Version:
FIX Protocol Parser for Node.js
17 lines (16 loc) • 315 B
TypeScript
/**
* The source of the payment stream floating rate index.
* tag: 40790
* @readonly
* @enum {number} (int)
*/
export declare enum PaymentStreamRateIndexSource {
/** Bloomberg */
Bloomberg = 0,
/** Reuters */
Reuters = 1,
/** Telerate */
Telerate = 2,
/** Other */
Other = 99
}