FIXConnect
FIXConnect captures an early-stage UI prototype for handling order management actions commonly found in trading connectivity workflows.
What it does
- Provides dedicated desktop windows for cancel and modify actions.
- Exposes fields for key order attributes and time-in-force related parameters.
- Includes tooltip-assisted controls and generated support modules for window lifecycle handling.
- Defines placeholders for request payload/endpoint handling.
How it is built
- GUI forms are generated via PAGE (Tkinter/Tcl tooling), with Python wrappers and Tcl source files.
- Window start/stop and widget bootstrapping are separated into support modules.
- Request integration scaffolding exists in
requestlib.pyandrequestformat.pyfor later API wiring. - Current repository state focuses on frontend interaction flow rather than completed trade transport logic.
Tech stack
Python Tkinter, Tcl/Tk (PAGE-generated forms).