UNPKG

fixparser-no-logging

Version:
11 lines (10 loc) 297 B
/* * fixparser * https://gitlab.com/logotype/fixparser.git * * Copyright 2021 Victor Norgren * Released under the MIT license */ export const AutomatedExecutionNoIntervention: string = '1'; export const AutomatedExecutionInterventionOK: string = '2'; export const ManualOrder: string = '3';