fixparser
Version:
FIX.Latest / 5.0 SP2 Parser
21 lines (20 loc) • 607 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
* - FIX Specification type: int
* - Mapped type: number
* @readonly
* @public
*/
export declare const CPProgram: Readonly<{
readonly Program3a3: 1;
readonly Program42: 2;
readonly Program3a2: 3;
readonly Program3a3And3c7: 4;
readonly Program3a4: 5;
readonly Program3a5: 6;
readonly Program3a7: 7;
readonly Program3c7: 8;
/** Other */
readonly Other: 99;
}>;