Wednesday, 30 October 2019

Release Notes - ICE Trade Capture .NET Core - Version 3.3.0

Task

Release Notes - Trading Technologies update October 2019

Update details: OnixS FIX Support Pack update for Trading Technologies - update for FIX API specification <October 2019>

Updated reference implementation sample distributions incorporating the FIX Dialect and reference implementation samples can be downloaded from here:

TradingTechnologiesClientCpp_1.9.0.0.zip

Download authentication credentials:

User: Cpp
Password: 1AAVbVLsu3

TradingTechnologiesClientSample-net-4.5.2-x64-Setup-1.17.0.0.msi

TradingTechnologiesClientSample-net-4.5.2-x86-Setup-1.17.0.0.msi

TradingTechnologiesClientSample-net-4.6.2-x64-Setup-1.17.0.0.msi

TradingTechnologiesClientSample-net-4.6.2-x86-Setup-1.17.0.0.msi

TradingTechnologiesClientSample-net-4.7.2-x64-Setup-1.17.0.0.msi

TradingTechnologiesClientSample-net-4.7.2-x86-Setup-1.17.0.0.msi

Download authentication credentials:

User: dotNet
Password: bKHu0u773V

Updated individual FIX Dialect files, which reflect the corresponding changes, can be downloaded from here:

TT-FIX42Prod.xml

TT-FIX42UAT.xml

TT-FIX44Prod.xml

TT-FIX44UAT.xml

FIX Dialect Download authentication credentials
User: fixDialect
Password: K1D7&S~TG1R>


All FIX Dialects are session-level dialects. This requires explicit dialect specification while creating message and session objects. You can find more information about session-level FIX dialects for .NET, C++ or Java.

 

Release Notes - LSE Drop Copy update 12.3

Update details: OnixS FIX Support Pack update for LSE Drop Copy - update for FIX API specification <12.3>

Updated reference implementation sample distributions incorporating the FIX Dialect and reference implementation samples can be downloaded from here:

onixs-lse-dropcopy-client-java-1.4.0-bin.tar.gz

onixs-lse-dropcopy-client-java-1.4.0-bin.zip

Download authentication credentials:

User: java
Password: IlRCkdl7r4

Updated individual FIX Dialect files, which reflect the corresponding changes, can be downloaded from here:

LSEDropCopyFixDialect.xml

FIX Dialect Download authentication credentials
User: fixDialect
Password: K1D7&S~TG1R>


All FIX Dialects are session-level dialects. This requires explicit dialect specification while creating message and session objects. You can find more information about session-level FIX dialects for .NET, C++ or Java.

 

Release Notes - Turquoise Trading update 4.1

Update details: OnixS FIX Support Pack update for Turquoise Trading - update for FIX API specification <4.1>

Updated reference implementation sample distributions incorporating the FIX Dialect and reference implementation samples can be downloaded from here:

onixs-turquoise-trading-client-java-1.2.1-bin.tar.gz

onixs-turquoise-trading-client-java-1.2.1-bin.zip

Download authentication credentials:

User: java
Password: IlRCkdl7r4

Updated individual FIX Dialect files, which reflect the corresponding changes, can be downloaded from here:

TurquoiseTradingFixDialect.xml

FIX Dialect Download authentication credentials
User: fixDialect
Password: K1D7&S~TG1R>


All FIX Dialects are session-level dialects. This requires explicit dialect specification while creating message and session objects. You can find more information about session-level FIX dialects for .NET, C++ or Java.

 

Release Notes - Turquoise Drop Copy update 3.1

Update details: OnixS FIX Support Pack update for Turquoise Drop Copy - update for FIX API specification <3.1>

Updated reference implementation sample distributions incorporating the FIX Dialect and reference implementation samples can be downloaded from here:

onixs-turquoise-dropCopy-client-java-1.4.1-bin.tar.gz

onixs-turquoise-dropCopy-client-java-1.4.1-bin.zip

Download authentication credentials:

User: java
Password: IlRCkdl7r4

Updated individual FIX Dialect files, which reflect the corresponding changes, can be downloaded from here:

TurquoiseDropCopyFixDialect.xml

FIX Dialect Download authentication credentials
User: fixDialect
Password: K1D7&S~TG1R>


All FIX Dialects are session-level dialects. This requires explicit dialect specification while creating message and session objects. You can find more information about session-level FIX dialects for .NET, C++ or Java.

 

Release Notes - CME STP Handler Java - Version 2.10.1

Improvement

Release Notes - CME STP Handler .NET - Version 2.15.1

Improvement

Release Notes - FIX Engine Java - Version 2.5.0

New Feature

  • [JAVA-2316] - Make configurable whether Acceptor thread is daemon or user thread
  • [JAVA-2274] - Add a GC-free interface to Message/FixBlock/Group classes
  • [JAVA-2266] - Move terminated files into archive subdirectory
  • [JAVA-2258] - Message construction/creation/initialization using MessageValidationFlags parameter
  • [JAVA-2257] - Unknown Message Validation
  • [JAVA-2251] - Enum MessageValidationFlags
  • [JAVA-2249] - Engine level ValidateEmptyFieldValues configuration
  • [JAVA-2243] - Engine level MessageMode configuration
  • [JAVA-2188] - Implement Message.assemble(FlatMessage) method
  • [JAVA-1818] - Validate the field values of FIX messages in accordance with the FIX protocol or its FIX Dictionary
  • [JAVA-1753] - AsyncFileStorageRepository.setWriteErrorRetriesNumber(..)/getWriteErrorRetriesNumber()
  • [JAVA-1703] - Add append(int tag, StringBuilder value) method FixBlock/Group/FlatMessage classes
  • [JAVA-1700] - Add setTimestamp(int tag, long currentTimeMillis) to FixBlock/Group/FlatMessage classes
  • [JAVA-1698] - Add checkType(..) method to Message/FlatMessage classes
  • [JAVA-1697] - Add containsSame(..) method to FixBlock/Group/FlatMessage classes

Improvement

  • [JAVA-2306] - Application level messages received in Disconnected state
  • [JAVA-2285] - BREAKING CHANGE: Move Logon message password scrambling from Session Storage to Session
  • [JAVA-2278] - BREAKING CHANGE: SessionLevelMsgType types changed from String to char
  • [JAVA-2259] - Improve docs for adding custom tags and groups to Fixml Converter
  • [JAVA-2253] - Remove out of order logging in the .summary log file
  • [JAVA-2250] - BREAKING CHANGE: Modify engine level ValidateFieldValues configuration
  • [JAVA-2177] - Update Understanding Session States section of Programming Guide
  • [JAVA-1705] - Improve Message() constructor docs
  • [JAVA-1693] - Make the checksum validation configurable

Bug

  • [JAVA-2296] - NextExpectedSeqMsgNum should be effectively ignored when ResetSeqNumFlag is specified in the Logon
  • [JAVA-2294] - Session dispose in waiting for the confirming logon state hangs
  • [JAVA-2284] - Password scrambling does not work for AsyncFileSessionStorage
  • [JAVA-2004] - Session.ErrorListener is not called if there is an exception during parsing of incoming raw message to structured one
  • [JAVA-1577] - Scheduler job has been deleted but not interrupted

Task

  • [JAVA-2260] - BREAKING CHANGE: Rename MessageMode.Message(FlatMessage) to MessageMode.MESSAGE(FLAT_MESSAGE)

Wednesday, 23 October 2019

Release Notes - ICE iMpact Multicast Price Feed Handler Java - Version 1.41.0

New Feature

Release Notes - Eurex T7 Market and Reference Data Interfaces (EMDI, EOBI, RDI) Handlers C++ - Version 8.1.0

Task

Wednesday, 9 October 2019

Release Notes - ICE Trading update 4.8

Update details: OnixS FIX Support Pack update for ICE Trading - update for FIX API specification <4.8>

Updated reference implementation sample distributions incorporating the FIX Dialect and reference implementation samples can be downloaded from here:

IceTradingClientCpp_4-6-0-0.zip

Download authentication credentials:

User: Cpp
Password: 1AAVbVLsu3

onixs-ice-trading-client-java-1.6.0-bin.tar.gz

onixs-ice-trading-client-java-1.6.0-bin.zip

Download authentication credentials:

User: java
Password: IlRCkdl7r4

IceTradingClient_4.7.0.0.zip

Download authentication credentials:

User: dotNet
Password: bKHu0u773V

Updated individual FIX Dialect files, which reflect the corresponding changes, can be downloaded from here:

IceTradingFixDialect.xml

FIX Dialect Download authentication credentials
User: fixDialect
Password: K1D7&S~TG1R>


All FIX Dialects are session-level dialects. This requires explicit dialect specification while creating message and session objects. You can find more information about session-level FIX dialects for .NET, C++ or Java.

 

Release Notes - ICE Trade Capture Java - Version 2.15.0

Task

Release Notes - ICE Trade Capture .NET Core - Version 3.2.0

Task

  • [ITCNCORE-2] - Update: ICE FIX TRADE CAPTURE VERSION 4.7

Release Notes - ICE Trade Capture .NET - Version 2.29.0

Task

  • [ICETC-510] - Update: ICE FIX TRADE CAPTURE VERSION 4.7

Release Notes - ICE Private Order Feed (POF) Java - Version 1.9.0

Task

Release Notes - ICE Private Order Feed (POF) C++ - Version 1.5.0

Task

Release Notes - ICE Private Order Feed (POF) .NET - Version 1.12.0

Task

Release Notes - CBOE CXE update 3.12

Update details: OnixS FIX Support Pack update for CBOE CXE - update for FIX API specification <3.12>

Updated reference implementation sample distributions incorporating the FIX Dialect and reference implementation samples can be downloaded from here:

onixs-cboe-cxe-trading-client-java-1.5.0-bin.tar.gz

onixs-cboe-cxe-trading-client-java-1.5.0-bin.zip

Download authentication credentials:

User: java
Password: IlRCkdl7r4

Updated individual FIX Dialect files, which reflect the corresponding changes, can be downloaded from here:

BatsFIXDialect.xml

FIX Dialect Download authentication credentials
User: fixDialect
Password: K1D7&S~TG1R>


All FIX Dialects are session-level dialects. This requires explicit dialect specification while creating message and session objects. You can find more information about session-level FIX dialects for .NET, C++ or Java.

 

Release Notes - Euronext Cash Markets update 1.4.0

Update details: OnixS FIX Support Pack update for Euronext Cash Markets - update for FIX API specification <1.4.0>

Updated reference implementation sample distributions incorporating the FIX Dialect and reference implementation samples can be downloaded from here:

onixs-euronext-cash-client-java-1.5.0-bin.tar.gz

onixs-euronext-cash-client-java-1.5.0-bin.zip

Download authentication credentials:

User: java
Password: IlRCkdl7r4

Updated individual FIX Dialect files, which reflect the corresponding changes, can be downloaded from here:

EuronextCashOptiqDropCopyFixDialect.xml

EuronextCashFixDialect.xml

FIX Dialect Download authentication credentials
User: fixDialect
Password: K1D7&S~TG1R>


All FIX Dialects are session-level dialects. This requires explicit dialect specification while creating message and session objects. You can find more information about session-level FIX dialects for .NET, C++ or Java.

 

Wednesday, 2 October 2019

Release Notes - CME STP Handler Java - Version 2.10.0

Improvement

Tuesday, 1 October 2019

Release Notes - CME STP Handler .NET - Version 2.15.0

Improvement