esanchezros / quickfixj-spring-boot-starter

Spring Boot Starter for QuickFIX/J
Apache License 2.0
125 stars 57 forks source link

How to prevent automatic logon of Initiator #92

Closed miladamery closed 2 years ago

miladamery commented 2 years ago

Hi. I want to disable automatic logon of Initiator and control it manually. according to this stackoverflow link seems that its possible in quickfixj. how can I do it in starter?

miladamery commented 2 years ago

Set auto-startup to false

esanchezros commented 2 years ago

You can also control the logon action by implementing the canLogon method from the application interface