(20250102) Tick-Out ready for test on production. This is the SocketIO server for trading ticks.

This commit is contained in:
2025-01-02 12:41:43 +00:00
parent cdd2efbf20
commit b8f6da6189
4 changed files with 19 additions and 21 deletions
+9
View File
@@ -0,0 +1,9 @@
#!/bin/bash
# Kill all the scripts:
echo "Killing the script."
pkill -9 -f "$(pwd)/wsio/finstitutions/trading/tick_out.py"
# All done:
echo "Done!"
exit 0