javacloudfix-protocol

How to avoid storeFactory for FIX messages using QuickFix


is it possible to avoid the creation of MessageStoreFactory while creating a quickFix session i mean when I create the socket initiator instance ?

Any solution please ?


Solution

  • All the QuickFIX ports have a MemoryStoreFactory, which is an entirely-in-memory store. Just use that.