UNPKG

@sotatech/node-fixjs

Version:
15 lines (14 loc) 317 B
/** * 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" }