0

I am using QuickFix/n v1.10.0 to establish daily sessions for weekdays only. As answered in this question, I tried using Weekdays configuration key but it doesn't seem to be supported in this version of the library, which is currently the latest one.

Documentation describes the configuration for sessions lasting more than a day, but there are no words about this issue.

Is there an easy configuration for this functionality?

Dušan
  • 269
  • 1
  • 11

1 Answers1

1

It is not a feature in QF/n right now.

(I am lead maintainer of QF/n, so you can trust this answer.)

Grant Birchmeier
  • 17,809
  • 11
  • 63
  • 98
  • Thank you for your answer. Do you have any suggestions on how should I approach to building a workaround? – Dušan Apr 11 '23 at 18:57
  • Unfortunately no, other than using a Windows service to shut your app down on friday and restart it on monday. This is definitely something overdue for addition to QF/n. – Grant Birchmeier Apr 12 '23 at 19:17
  • Any plans for adding it in the near future? – Dušan May 29 '23 at 14:42