Zach Mazz

Results 16 comments of Zach Mazz

The FIX client I'm trying to connect to will not allow the |||'s, is there any way to remove the pipes?, replace them with spaces -- I tried using str(msg).replace('|',...

Yeah I realized after sending this that it only uses the pipes in parse, not the actual encoded message. Testing again today, I’ll delete this if it runs as I...

Sure. Well mine is very simple, but I’m happy to send. I have it on a git, in the Socket+ branch (with generic connection now) https://github.com/zoakes/sFIX-IB/blob/Socket%2B/SFX_Sock.py Get Outlook for iOS...

It’s far from QuickFix haha — I like simple too. QF is just so bloated, and their documentation is terrible. I hate QF. Also — I realize I need to...

I added some stuff that most people would probably want -- like heartbeat, logging, etc. I think for now I'm done, this worked for me today in some preliminary testing,...

David, I finished a really clean Python FIX client with simplefix -- I'll attach the current version here. I finally finished up integrating / testing with Interactive Brokers IB CTCI...

same -- only way I can get it to work is in it's own library, but then it breaks basically everything else I try installing.

Honestly, I found it easier to just pull the source and rewrite it myself. Not ideal — but whatever. Get Outlook for iOS ________________________________ From: Azam ***@***.***> Sent: Tuesday, November...

My code was pretty minimal — more scaffolding to build out your own spec with if I recall. Honestly, there’s a lot of FIX overhead in maintaining connectivity, and with...

Yep. Even then -- quickfix doesn’t handle the new ‘split layer’ ILink3 stuff, or doesn’t publish anything implying they can. We ended up building one, but it took months. For...