Table of Contents | ||
---|---|---|
|
Table of Contents | ||
---|---|---|
|
FIX Antenna .NET Core 1.2.0
FIX Antenna .NET Core 1.2.0 is released on TBD.
New Features and Improvements
Expand title The ability to load global settings from the properties file located in any directory was added. The ability to load settings from the fixengine.properties file located in any directory via Config.ConfigurationDirectory parameter was added. The value of the Config.ConfigurationDirectory parameter can be specified as a path in the client's code.
Expand title New type for EntryImpl.AddTag method was added. New CHAR override-method type for EntryImple.AddTag method was added.
Expand title Case-sensitive register functionality was removed for properties in the fixengine.properties file. For example, now the name of the sessions.testSession.senderCompID property can be written as:
- sessions.testSession.senderCompId
- Sessions.TestSession.SenderCompID
- SESSIONS.testSession.senderCompID
Other Changes
- Stopped testing TLS 1.0 and 1.1 versions.
Fixed Bugs
- Fixed the issue when the outgoing Logon message did not contain the 141=Y field when the incoming Logon message contained it and the ignoreResetSeqNumFlagOnReset was set to 'true'.
- Fixed the issue when FIX Antenna .NET Core unexpectedly sent not-required TestRequests messages.
- Fixed the issue when FIX Antenna .NET Core added misleading log entry "Skipping message" when TestRequest messages were processed correctly.
- Fixed the issue when the ByteByffer.Add(char) method was encoding-dependent.
FIX Antenna .NET Core 1.1.0
FIX Antenna .NET Core 1.1.0 is released on .
New
...
Features and
...
Improvements
Expand title The ability to schedule start/stop tasks for FIX sessions was added. New Scheduler functionality was implemented to schedule start and stop tasks for initiator/acceptor sessions, and for all incoming connections on the engine level.
Please refer to the documentation for more details.
Expand title The ability to reset sequence numbers on first incoming Logon message was added. The resetSeqNumFromFirstLogon option was implemented. It determines whether sequence numbers should be accepted from the incoming Logon message. This option allows avoiding sequence numbers handshake when it is not required.
Please refer to the documentation for more details.
Fixed
...
Bugs
- Fixed the issue when FIX Antenna .NET Core crashed on receiving an incoming HTTP connection.
FIX
...
Antenna .NET Core 1.0.2
FIX Antenna .NET Core 1.0.2 is released on.
...
API of version 1.0 does not compatible with versions 0.9.x.
- All namespaces were reorganized and renamed with the 'Epam.' prefix
- Many methods converted to properties
- The number of binaries reduced
Features and improvements
- QuickFIX dictionaries support
Dictionaries in QuickFIX format can be used to start FIX sessions - Assigning an individual dictionary to a specific FIX session
An individual dictionary can be assigned to a specific FIX session in the property file - Using environment variables for configuration
Configuration parameters can be defined in environment variables. Environment variables have the highest priority - Tag generation tool
The tag generation tool generates a set of FIX-dictionary tags as 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) Asynchronous connection
API supports the asynchronous session connection.ConnectAsync()
the method the method was introduced to theIFixSession
theIFixSession
interface
FIX
...
Antenna .NET Core 0.9.4
FIX Antenna .NET Core 0.9.4 is released on .
New Features and
...
Improvements
TLS Support has been implemented
For samples and details, refer to the FA .NET Core Programmer's Guide - TLS Support.
The implementation uses the System.Net.Security.SslStream class, as well as other types from from System.Net.Security, System.Security.Authentication, System.Security.Cryptography.X509Certificates namespaces namespaces.
Support of different certificate types depends only on the X509Certificate2 class class.
- Added configuration option seqNumLength to configure the minimal length of SeqNum fields
If configured length is more than the actual length, the value will be prepended with leading zeroes.
For the details see FA .NET Core Programmer's Guide - Configuration.
- Added API method FixMessage.TryGetLongByIndex(int index, out long value)
The method returns returnstrue
if if a tag exists and a value could be parsed as long, and returns the parsed value as asout long value
. If no tag exists or a value cannot be parsed as aslong
, it returns returnsfalse
.
FIX
...
Antenna .NET Core 0.9.3
FIX Antenna .NET Core 0.9.3 is released on .
New Features and
...
Improvements
Hide passwords in FIX logs and application logs
A new configuration parameter maskedTags was introduced in this version. A user can specify tags that values will be masked with asterisks in the FIX session and application log files. 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.
Info |
---|
NOTE: Session Session logins are not obfuscated by default, but this option can be configured. |
The placeholder "<masked value>
" from any from any text block "Password=
<masked value>
" is obfuscated with three asterisks in the application logs.
When a message in the application log includes a FIX message, the Engine obfuscates sensitive field values in the FIX message with the corresponding number of asterisks.
...
FIX log index files from FileSystemStorageFactory and MmfStorageFactory are now compatible with the Log Replication tool.
...
Fixed Bugs
- FIX Antenna .Net Core sends SendingTime tag in the message body for Sequence Reset (4) message
- MmfStorageFactory could not initialize the index file after the application restart in rare conditions
FIX
...
Antenna .NET Core 0.9.2
31/Aug/2020FIX Antenna .NET Core 0.9.2 is released on .
FIX Antenna™ .NET Core 0.9.2 brings compatibility with the latest version of .NET Framework - 4.8.
The Engine was tested under .NET Core 3.1 and under .NET Framework 4.8 and is intended to be used under these platforms.
The Engine itself is based on .NET Standard 2.0 and shares the same set of features under both platforms.
Info |
---|
Users should manually clean 'obj' and 'build' folders inside the sample application's folder in case it is needed to sequentially run the same sample for a different target platform (for example, EchoServer for .NET Core after .NET Framework 4.8) |
New Features and
...
Improvements
- Optimized memory allocation on message receiving.
Added ability to choose the IP protocol version between IPv4 or IPv6. Dual mode is used by default.
Info Please note: IPv4 should be specified for OpenOnload
...
Fixed Bugs
- FixServer does not shut down on calling the Stop() function in case FixSessionManager was not explicitly stopped.
...
One of the key benefits of using .NET Standard and .NET Core is the ability to use Engine under different OS: Windows, Linux, Mac.
Requirements Requirements & Compatibility
- Libraries compatibility: any OS with a .NET platform which supports .NET Standard 2.0 and further (.NET Core is preferable).
- Samples compatibility: any OS with installed .NET Core 3.1 and further.
- Samples and libraries were tested with .NET Core under Windows 10 and Linux Ubuntu 16.04.
...
- Supports FIX 4.0 - FIX 4.4, FIX 5.0, FIX 5.0 SP1, FIX 5.0 SP2
- Supports all FIX message types (pre-trade, trade, post-trade, market data, etc.)
- Customizable FIX protocol with user-defined tags and message types
- Sequence numbers management
- Microseconds in FIX tags (MIFID II)
- Smart resend request handling
- Validation against FIX dictionaries
- Unregistered acceptors handling
- Standard FIX routing based on DeliverTo and OnBehalfOf fields
- Store messages while disconnected
- Switch to the backup connection
- Round-robin reconnect option to multiple backup destinations for an initiator session
- Administrative Plugin for Fix Antenna
...
- Supported Storage Types:
- Null storage
- In-memory storage
- Persistent storage
- Persistent Memory Mapped based storage
- Storage management (get a message by seq. num, get creation time)
Performance Tuning
- Ability to enable or disable Nagle's algorithm to minimize latency or maximize throughput
- Ability to manipulate the internal outgoing queue size to get maximum throughput (process messages in batch) or lower latency (minimal time in queue)
- Ability to use different levels of message validation to balance between reasonable correctness and good performance:
- Well formedness validation
- Validation of allowed message fields
- Validation of required message fields
- Validation of message fields order
- Validation of duplicated message fields
- Validation of field values according to defined data types
- Validation of repeating group fields
- Conditionally required fields
- Ability to choose the sending mode. Synchronous sending gives lower latency, but asynchronous is preferable for getting a better throughput
- Ability to configure CPU affinity to enable the binding and unbinding of a thread to a CPU, so that the thread will execute only on the designated CPU rather than on any CPU
- Setting send and receive socket buffer sizes for TCP transport options
Configuration
- Supports configuration in properties file format
- Ability to configure default behavior and custom sessions in the same configuration file
Monitoring and administration
- Proprietary built-in remote monitoring and administrative interface for sessions monitoring and management
- Public API to override and/or extend existing administrative instructions
- Rich monitoring and administration GUI (FIXICC) out of the box
Message composition API
- Provides the following functionality:
- Creating a message from a raw FIX string (parse)
- Serializing a FIX object message to a raw FIX string
- Adding, removing, modifying FIX fields, and repeating groups
- The ability of internal pooling to reduce memory allocations
- FIX flat message model - generic model to work with the abstract FIXMessage class via fields and groups getters and setters, which gives the highest performance
- RG API - API for working with repeating groups. Similar to FIX flat message model but allows to work with structures
- Prepared messages - message template for the faster sending the messages with the same structure but with different values
- Efficient getters and setters for working with values as with primitive type to reduce garbage production
Security
- Logon Customization
- Standard FIX authorization utilizing username and password fields in FIX Logon message
- Strategies for accepting incoming sessions:
- Auto-accept incoming sessions (to simplify development and testing)
- Auto-decline non-pre-configured sessions
- IP range based whitelisting for incoming connections
- CME Secure Logon support
Options
- Option "disconnectOnLogonHeartbeatMismatch"
- "resetThreshold" configuration option (handling of counterparties that ignores sequence reset and continues to send old sequence numbers)
- Option "resetQueueOnLowSequence"
...