Julien Marie
Julien Marie
What I posted earlier is with Debug on ( i'm calling the library from Elixir ). And this is the "manual" => https://help.spotware.com/FIX/model
It evolves :) Now it's asking for a username ?? ` fix_read_conn:225 {send,} fix_connection:24 {in,} fix_read_conn:162 {fix_connection,socket_closed,"h54.p.ctrader.com",5201} ` I'm sorry, i'm just starting with FIX protocol
Login works! Now I have another issue ( maybe because I'm connecting to a FOREX broker? ) fix_read_conn:304 subscribe 1 20, [{symbol,}, {cfi_code,"MRCXXX"}, {security_exchange,undefined}] ` :fix_reader.subscribe(:fix_read, :"1") fix_read_conn:225 {send,} fix_read_manager:132...
Found the issue. My connection in dev environnement is a bit slow and a 500ms network timeout made the client reconnect. I get this now : fix_read_manager:78 {unknown_fix,fix_read, {fix,, {reject,,2,207,,2,,undefined,[{sender_sub_id,}]},...
Thanks ! Now I have to figure out how to parse ! :)
Hi again. went back to this project, but still have issues making this market_data_incremental_refresh work. Do you plan on updating this library?
Hi @pranavrajs . Yes it's self hosted via Docker-Compose on ubuntu 20.04, version v2.7.0.
We are encountering the same issue.
This issue is really a blocker for adoption. Having to log in again and again is making our team not use the app.
Tried. Quite the same output. The code seems to try to import ParallelAccelerator.ParallelIR.toSynGemOrInt but it's not part of ParallelAccelerator? ``` /Applications/Julia-0.5.app/Contents/Resources/julia/bin/julia ~/.julia/v0.5/HPAT/examples/pi.jl --points=1000000 WARNING: could not import ParallelIR.toSynGemOrInt into DistributedPass...