@sotatech/node-fixjs
Version:
FIX Protocol Parser for Node.js
19 lines (18 loc) • 474 B
TypeScript
/**
* The program under which a commercial paper offering is exempt from SEC registration identified by the paragraph number(s) within the US Securities Act of 1933 or as identified below.
* tag: 875
* @readonly
* @enum {number} (int)
*/
export declare enum CPProgram {
Program3a3 = 1,
Program42 = 2,
Program3a2 = 3,
Program3a3And3c7 = 4,
Program3a4 = 5,
Program3a5 = 6,
Program3a7 = 7,
Program3c7 = 8,
/** Other */
Other = 99
}