Andreas Joelsson

Results 5 comments of Andreas Joelsson

2021-06-24 15:52:07,803 INFO connection send: b'8=FIX.4.4|9=92|35=A|49=CAPITALAS_MD|56=NOTHING|34=1|98=0|108=30|96=12345678|141=Y|52=20210624-13:52:07.802|10=021|' ` `

I am using a static method for that message now that makes it work: ``` def get_field(message: FixMessage, tag, nth=1): tag = fix_tag(tag) nth = int(nth) for t, v in...

https://gitlab.com/recapital/tasks/-/snippets/2140207 I can give you this, the Client is one of the example applications out there that I built from. Enums is more or less the standard types and constants....

Get exactly the same issue trying to install to docker with the following dockerfile: ``` FROM debian:stretch RUN apt-get update && apt-get install -y \ build-essential autoconf libtool git pkg-config...

@yashykt : I am not installing it , im building it from source and installing it. with the _make && make install_