/*
 * 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';
