@sotatech/node-fixjs
Version:
FIX Protocol Parser for Node.js
14 lines (13 loc) • 318 B
TypeScript
/**
* Indicates the type of investment the cash collateral is re-invested in.
* tag: 2844
* @readonly
* @enum {number} (int)
*/
export declare enum CollateralReinvestmentType {
MoneyMarketFund = 0,
OtherComingledPool = 1,
RepoMarket = 2,
DirectPurchaseOfSecurities = 3,
OtherInvestments = 4
}