Skip to content

Latest commit

 

History

History
36 lines (19 loc) · 1.39 KB

File metadata and controls

36 lines (19 loc) · 1.39 KB

PythonFixsender

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

  1. pip install simplefix
  2. Python main.py
  3. In Connection tab, Start the FIX Server
image
  1. In the Connection tab, Connect the FIX Client
image

If you are using different setting, pls make sure to update the SenderCompID/TargetCompID/port in both the FIX Client and FIX Server

  1. To send order, go to the Tab
image

Send Order

  1. Go to the tab to see client order
image
  1. Order is in Pending status which need to be manually acknowlodged in the tab
image

Pls accepted before executed the order or alternatively reject the order.