UNPKG
fix-over-tcp
Version:
latest (0.0.1)
0.0.1
Custom TCP FIX protocol(beta
gitlab.com/dropyourcoffee/fix-over-tcp
fix-over-tcp
/
src
/
constants
/
ConstantsHandlInst.js
4 lines
(3 loc)
•
138 B
JavaScript
View Raw
1
2
3
4
export
const
AutomatedExecutionNoIntervention =
'1'
;
export
const
AutomatedExecutionInterventionOK =
'2'
;
export
const
ManualOrder =
'3'
;