fixparser-no-logging
Version:
FIX 5.0SP2 Parser
11 lines (10 loc) • 297 B
text/typescript
/*
* 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';