fixparser
Version:
FIX.Latest / 5.0 SP2 Parser
14 lines (13 loc) • 312 B
TypeScript
/**
* Status of the certification as provided by the regulatory authority.
* - Tag: 3022
* - FIX Specification type: int
* - Mapped type: number
* @readonly
* @public
*/
export declare const AlgoCertificateStatus: Readonly<{
readonly Draft: 0;
readonly Approved: 1;
readonly Submitted: 2;
}>;