FIX Sender in Python using simplefix & tkinter
It's challenging to find fully functional working FIX Sender using Python so I build my own using AI.
Setup and startup Instruction
- pip install simplefix
- Python main.py
- In Connection tab, Start the FIX Server
- In the Connection tab, Connect the FIX Client
If you are using different setting, pls make sure to update the SenderCompID/TargetCompID/port in both the FIX Client and FIX Server
- To send order, go to the Tab
Send Order
- Go to the tab to see client order
- Order is in Pending status which need to be manually acknowlodged in the tab
Pls accepted before executed the order or alternatively reject the order.