@sotatech/node-fixjs
Version:
FIX Protocol Parser for Node.js
15 lines (14 loc) • 317 B
TypeScript
/**
* Indicates source of Settlement Instructions
* tag: 165
* @readonly
* @enum {string} (char)
*/
export declare enum SettlInstSource {
/** Broker's Instructions */
BrokerCredit = "1",
/** Institution's Instructions */
Institution = "2",
/** Investor (e.g. CIV use) */
Investor = "3"
}