UNPKG
defcon-fixparser
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
FIX 5.0SP2 Parser
github.com/psydeepak93/defcon-fixparser
psydeepak93/defcon-fixparser
defcon-fixparser
/
src
/
constants
/
ConstantsHandlInst.ts
4 lines
(3 loc)
•
162 B
text/typescript
View Raw
1
2
3
4
export
const
AutomatedExecutionNoIntervention
:
string
=
'1'
;
export
const
AutomatedExecutionInterventionOK
:
string
=
'2'
;
export
const
ManualOrder
:
string
=
'3'
;