quickfix icon indicating copy to clipboard operation
quickfix copied to clipboard

Lack of session's message store interface

Open lacombar opened this issue 5 years ago • 0 comments

QuickFIX/J's Session objects have a getStore() accessor lacking in the Golang implementation. cf. http://quickfixengine.org/quickfix/doc/html/class_f_i_x_1_1_session.html#a1f3aa9ad3152de9ed6f09223d309977a

While not ideal, some exchanges have really finicky sequence number management and having direct access to a session's store would help greatly.

lacombar avatar Oct 08 '19 04:10 lacombar