Details
-
Type:
Other
-
Status: Closed
-
Priority:
Default
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Environment:Windows
Description
Hi,
When trying to create an initiator session using QuickFix/J, I use the FileStorePath parameter in my properties file to point to a folder named "logs". Normally, a series of files would be generated upon session creation (namely, FIX.4.2-<SenderCompID><SenderSubID>-<TargetCompID><TargetSubID>.body, .event, .header, .seqnums, .session, etc.
However, the SenderSubID that I'm using is something with a colon in it, such as XFC2:XFC2. In Linux, the files still generate cleanly (i.e. -> FIX.4.2(some sendercompid)XFC2:XFC2-(some targetcompid)(some targetsubid).body, etc.). However, in Windows, only one file is truncated, and it seems to be truncated at the Colon. In other words, the only file in the directory generated is:
FIX.4.2.(somesendercompid)_XFC2
with no extensions. Can anyone help me out with this please?
Thanks,
Herman