Dawadam

Results 35 comments of Dawadam

It doesn't seem to work, here is the complete code. _jspurefix_msg-fact.ts_ ``` import { ISessionDescription, MsgType, ASessionMsgFactory } from 'jspurefix' import { ILogout } from 'jspurefix/dist/types/FIX4.4/cserver/logout' import { ILooseObject }...

Thanks, it works, the FIX message is correct. `8=FIX4.4|9=0000122|35=A|49=demo.icmarkets.123|56=cServer|34=1|50=QUOTE|52=20230827-20:51:43.527|98=0|108=30|141=Y|553=8665823|554=abc|10=000|` No response from the server, but that must be another issue.

I'm trying to create like this : ``` // configuration const sessionDescription: ISessionDescription = require('./jspurefix-test-initiator.json') const definitions: FixDefinitions = await new DefinitionFactory().getDefinitions('data/fix_repo/FIX.4.4/Base') const config: IJsFixConfig = new JsFixConfig(null, definitions, sessionDescription,...

Thank you for the quick reply. I find the implementation is big, I imagine, that there was not much choice. Anyway it seems to work, I'm trying. I risk making...

Same problem with : ``` "anychart": "^8.11.1", "anychart-nodejs": "^1.3.8", ``` Error is : ``` /node_modules/anychart-nodejs/lib/anychart-node.js:155 var fontsArr = fontFamily.split(', '); ^ TypeError: Cannot read properties of null (reading 'split') at...