TimelordUK / jspurefix

native typescript FIX engine
MIT License
60 stars 28 forks source link

Async Logon #64

Open imamark opened 1 year ago

imamark commented 1 year ago

Hi @TimelordUK,

I'm looking to authenticate my initiator user and password against an async API. Do you have any advice or example on how to achieve this in the library?

protected onLogon(view: MsgView, user: string, password: string)

Thanks in advance