@sotatech/node-fixjs
Version:
FIX Protocol Parser for Node.js
19 lines (18 loc) • 401 B
TypeScript
/**
* Identifies the Standing Instruction database used
* tag: 169
* @readonly
* @enum {number} (int)
*/
export declare enum StandInstDbType {
/** Other */
Other = 0,
/** DTC SID */
DTCSID = 1,
/** Thomson ALERT */
ThomsonALERT = 2,
/** A Global Custodian (StandInstDBName (70) must be provided) */
AGlobalCustodian = 3,
/** AccountNet */
AccountNet = 4
}