Dictionaries in QuickFIX format can be used for FIX sessions
An individual dictionary can be assigned to a specific FIX session in the property file
Configuration parameters can be defined in environment variables. Environment variables have the highest priority
The tag generation tool generates a set of FIX-dictionary tags as a set of constants inside a DLL file. Thus, the human-readable names of the tags and tag values can be used instead of their numbers and numeric values (for standard values)
API supports the asynchronous session connection. ConnectAsync()
method was introduced to the IFixSession
interface
Please refer Release Notes for details.
For samples and details, refer to the TLS Support. The implementation uses the System.Net.Security.SslStream class, as well as other types from System.Net.Security, System.Security.Authentication, System.Security.Cryptography.X509Certificates namespaces. Support of different certificate types depends only on the X509Certificate2 class.
If configured length is more than actual length, the value will be prepended with leading zeroes. For the details see Configuration.
The method returns true if a tag exists and a value could be parsed as long, and returns the parsed value as out long value. If no tag exists or a value cannot be parsed as long, it returns false.
User defined tag values in both the .in and .out log files are masked with asterisks. This is done to obfuscate sensitive information (such as logins and passwords) by applying masks. The tag values are obfuscated with asterisks. The number of asterisks depends on the field length.
FIX log index files from FileSystemStorageFactory
and MmfStorageFactory
now binary compatible with Log Replication tool.