skip to main
|
skip to sidebar
OnixS News
Friday, 31 August 2012
Release Notes - FIX Analyser - Version 1.18.1.0
Bug
[
FA-137
] - Can not load depended assembly
Wednesday, 29 August 2012
Release Notes - Java CME Cleared Trades Handler - Version 1.1.3
Improvement
[
JAVACMECTH-9
] - CLONE - Reconnecting issue
Release Notes - .NET CME Cleared Trades Handler - Version 1.7.1.0
Improvement
[
NETCMECTH-30
] - Reconnecting issue
Tuesday, 28 August 2012
Release Notes - Java FIX Engine - Version 1.9.46
Bug
[
JAVA-499
] - Fix linux package permissions for directories
Improvement
[
JAVA-494
] - Explain more available engine settings
[
JAVA-495
] - Sample code from "Message Exchange" section should include Session.InboundSessionMessageListener.
[
JAVA-498
] - Add pause at the end of each start script
Task
[
JAVA-22
] - Add distribution package content section to Programmer's Guide
Friday, 24 August 2012
Release Notes - .NET FIX Engine - Version 2.84.3.0
Bug
[
DOTNET-570
] - Exception while segmented .summary file is absent
Wednesday, 15 August 2012
Release Notes - Java CME FIX/FAST Market Data Handler - Version 1.7.1
Bug
[
JAVACMEFAST-109
] - Exception in thread "Onixs.CmeFastHandler.INCREMENTALFeedGroup".
Improvement
[
JAVACMEFAST-105
] - Missing documentation for 1.7.0 CME feed handler release
Release Notes - Java CME Cleared Trades Handler - Version 1.1.2
Bug
[
JAVACMECTH-8
] - Null pointer exception on login error
Improvement
[
JAVACMECTH-7
] - Change the logging level of subscription polling to debug
Release Notes - .NET CME FIX/FAST Market Data Handler - Version 2.11.8.0
Bug
[
NETCMEFAST-229
] - [Missing
documentation for "M:Onixs.CmeFastHandler.Handler.Start(System.Boolean)"]
[
NETCMEFAST-231
] - [Missing
documentation for "T:Onixs.CmeFastHandler.TradeUpdateAction"]
Improvement
[
NETCMEFAST-225
] - Default path refers to wrong version of .NET
[
NETCMEFAST-230
] - "Security Definitions Caching" section should be added to Programming Guide
[
NETCMEFAST-237
] - Add ability to replay C++ handler log files
Thursday, 9 August 2012
Release Notes - Java FIX Engine - Version 1.9.45
Improvement
[
JAVA-364
] - Programmer's Guide should provide direct links to the corresponding API documentation
Task
[
JAVA-40
] - Revise all example code snippets in the Programmer's Guide
Tuesday, 31 July 2012
Release Notes - C++ FIX Engine - Version 3.1.0.0
Improvement
[
CPP-478
] - Session::getState() should be renamed to Session::state()
[
CPP-479
] - Session::getEncryptionMethod() should be renamed to Session::encryptionMethod()
[
CPP-480
] - Session::setEncryptionMethod(..) should be renamed to Session::encryptionMethod(..)
[
CPP-481
] - Session::getListenPort() should be renamed to Session::listenPort()
[
CPP-482
] - Session::setListenPort() should be renamed to Session::listenPort(..)
[
CPP-483
] - Session::getLocalNetworkInterface() should be renamed to Session::localNetworkInterface()
[
CPP-484
] - Session::setLocalNetworkInterface(..) should be renamed to Session::localNetworkInterface(..)
[
CPP-485
] - Session::getTcpNoDelayOption() should be renamed to Session::tcpNoDelayOption()
[
CPP-486
] - Session::getReasonableTransmissionTime() should be renamed to Session::reasonableTransmissionTime()
[
CPP-487
] - Session::setReasonableTransmissionTime() should be renamed to Session::reasonableTransmissionTime(..)
[
CPP-489
] - Session::setSslCertificateFile() should be renamed to Session::sslCertificateFile(..)
[
CPP-490
] - Session::setSslPrivateKeyFile() should be renamed to Session::sslPrivateKeyFile(..)
[
CPP-491
] - Session::setSslPrivateKeyPassword() should be renamed to Session::sslPrivateKeyPassword(..)
[
CPP-492
] - Session::getStorageID() should be renamed to Session::storageId()
[
CPP-493
] - Session::getCounterpartyHost() should be renamed to Session::counterpartyHost()
[
CPP-494
] - Session::getCounterpartyIpAddress() should be renamed to Session::counterpartyIpAddress()
[
CPP-495
] - Session::getCounterpartyPort() should be renamed to Session::counterpartyPort()
[
CPP-496
] - Session::getCustomKey() should be renamed to Session::customKey()
[
CPP-497
] - Session::getOutboundQueueBytes() should be renamed to Session::outboundQueueBytes()
[
CPP-498
] - Session::getOutboundQueueCount() should be renamed to Session::outboundQueueCount()
[
CPP-499
] - Session::getHeartBtInt() should be renamed to Session::heartbeatIntervalSec()
[
CPP-500
] - Session::getLogInboundMessages() should be renamed to Session::logInboundMessages()
[
CPP-501
] - Session::setLogInboundMessages(..) should be renamed to Session::logInboundMessages(..)
[
CPP-502
] - Session::setLogOutboundMessages(..) should be renamed to Session::logOutboundMessages(..)
[
CPP-503
] - Session::getLogOutboundMessages() should be renamed to Session::logOutboundMessages()
[
CPP-504
] - 'Session::SessionStorageType enum' should be renamed to 'SessionStorageType struct'
[
CPP-505
] - 'Session::State enum' should be renamed to 'SessionState struct'
[
CPP-506
] - 'Session::EncryptionMethod enum' should be renamed to 'EncryptionMethod struct'
[
CPP-507
] - ConnectionMode stuct should be moved to its own *.h file
[
CPP-508
] - 'Session::Role enum' should be renamed to 'SessionRole struct'
[
CPP-509
] - 'Version enum' should be renamed to 'ProtocolVersion struct'
[
CPP-510
] - 'ISessionListener::ErrorReason enum' should be renamed to 'SessionErrorReason struct'
[
CPP-511
] - 'ISessionListener::WarningReason enum' should be renamed to 'SessionWarningReason struct'
[
CPP-512
] - Session::setInboundMessageLogFilter(..) should be renamed to Session::inboundMessageLogFilter(..)
[
CPP-513
] - Session::getInboundMessageLogFilter() should be renamed to Session::inboundMessageLogFilter()
[
CPP-514
] - Session::setOutboundMessageLogFilter(..) should be renamed to Session::outboundMessageLogFilter(..)
[
CPP-515
] - Session::getOutboundMessageLogFilter() should be renamed to Session::outboundMessageLogFilter()
[
CPP-516
] - Session::getInSeqNum() should be renamed to Session::inSeqNum()
[
CPP-517
] - Session::setInSeqNum(..) should be renamed to Session::inSeqNum(..)
[
CPP-518
] - Session::setOutSeqNum(..) should be renamed to Session::outSeqNum(..)
[
CPP-519
] - Session::getOutSeqNum() should be renamed to Session::outSeqNum()
[
CPP-520
] - Session::getReceivingThreadId() method should be removed
[
CPP-521
] - Session::setResendRequestMaximumRange(..) should be renamed to Session::resendRequestMaximumRange(..)
[
CPP-522
] - Session::getResendRequestMaximumRange() should be renamed to Session::resendRequestMaximumRange()
[
CPP-523
] - Session::getSendingThreadId() method should be removed
[
CPP-524
] - Session::getRole() should be renamed to Session::role()
[
CPP-525
] - Session::getSenderCompID() should be renamed to Session::senderCompId()
[
CPP-526
] - Session::getSpecifyLastMsgSeqNumProcessedField() should be renamed to Session::specifyLastMsgSeqNumProcessedField()
[
CPP-527
] - Session::setSpecifyLastMsgSeqNumProcessedField(..) should be renamed to Session::specifyLastMsgSeqNumProcessedField(..)
[
CPP-528
] - Session::getTargetCompID() should be renamed to Session::targetCompId()
[
CPP-529
] - Session::getVersion() should be renamed to Session::version()
[
CPP-532
] - Session::senderSubID(..) should be renamed to Session::senderSubId(..)
[
CPP-533
] - Session::targetSubID(..) should be renamed to Session::targetSubId(..)
[
CPP-534
] - Session::setSenderLocationId(..) should be renamed to Session::senderLocationId(..)
[
CPP-535
] - Session::targetLocationID(..) should be renamed to Session::targetLocationId(..)
[
CPP-536
] - TcpClient::setNoDelay(..) should be renamed to TcpClient::noDelay(..)
[
CPP-537
] - TcpClient::getNoDelay() should be renamed to TcpClient::noDelay()
[
CPP-538
] - EngineSettings::processDeliverToCompID() should be renamed to EngineSettings::processDeliverToCompId()
[
CPP-539
] - Engine::getListenPort() should be renamed to Engine::listenPort()
[
CPP-540
] - Engine::getLogDirectory() should be renamed to Engine::logDirectory()
[
CPP-541
] - Engine::getLicenseExpirationDate() should be renamed to Engine::licenseExpirationDate()
[
CPP-542
] - Engine::isInitialized() should be renamed to Engine::initialized()
[
CPP-543
] - 'const' modifier should be removed from the 'message' argument of ISessionListener::onInboundApplicationMsg(..) callback method
[
CPP-556
] - Message::toString() behavior updated.
[
CPP-558
] - No references to internal std::string object is returned any more by Message and Group/GroupInstance classes.
[
CPP-559
] - FieldSet::get() member returns reference to read-only field value instead of std::string object.
[
CPP-560
] - Dialect class merged with Dictionary
[
CPP-562
] - Behavior of FieldSet::get
() members has been changed.
[
CPP-563
] - FieldSet::remove() member renamed to FieldSet::erase() to be more natural.
[
CPP-565
] - Group class refactored
[
CPP-566
] - Message::parse() members signature was changed.
[
CPP-567
] - Message compare does NOT update values of BodyLength and CheckSum fields any more.
[
CPP-568
] - Decimal class refactored.
[
CPP-570
] - Message::setV(..) members added to save field value type.
[
CPP-572
] - Message::version() member is eliminated
[
CPP-573
] - Selected OnixS::FIX::Message fields where renamed.
[
CPP-574
] - Message::reset() renamed to Message::clear().
[
CPP-575
] - Message::updateCheckSum is eliminated.
[
CPP-576
] - RawMessage class and Message::toRaw() member added to expose FIX compliant serialization.
[
CPP-580
] - Message class refactored
[
CPP-581
] - OnixS::FIX::Scheduling::SessionDurations renamed to OnixS::FIX::Scheduling::SessionDuration.
[
CPP-582
] - OnixS::FIX::Scheduling::SequenceNumberResetPolicies renamed to OnixS::FIX::Scheduling::SequenceNumberResetPolicy.
[
CPP-583
] - OnixS::FIX::Scheduling::DaysOfWeek renamed to OnixS::FIX::Scheduling::DayOfWeek.
[
CPP-584
] - Timestamp class refactored
[
CPP-591
] - Settings::dialect(..) should be renamed to Settings::dictionaryFile(..)
[
CPP-593
] - Parser Benchmark should use FIX Dictionary file.
[
CPP-594
] - EngineSettings::automaticallyCreatedSessionStorageType(..) method should be removed
New Feature
[
CPP-438
] - ISessionListener::onReceivedBytes(const byte*, size_t, Session *session)
[
CPP-469
] - Possibility to timestamp the message as it comes in the NIC
[
CPP-488
] - Sesision::receiveSpinningTimeoutUsec(Int32 usec) method
[
CPP-530
] - Session::receivingThreadAffinity(const CpuIndexes& cpuIndexes) method
[
CPP-531
] - Session::sendingThreadAffinity(const CpuIndexes& cpuIndexes) method
[
CPP-557
] - StringRef class added.
[
CPP-561
] - FieldSet class added to encapsulate field-related operations in FIX message and repeating group instances.
[
CPP-564
] - FieldValueRef class added to encapsulate concept of FIX field value.
[
CPP-569
] - const std::string FIX::Core::Messaging::Message::toString() method
[
CPP-577
] - Number parsing functionality is added.
[
CPP-578
] - Timestamp::toString() and Timestamp::parse() enhanced with support of timestamp formats.
[
CPP-579
] - GroupInstance class added to encapsulate access to FIX fields of single repeating group instance.
[
CPP-586
] - Multiple session listeners
Newer Posts
Older Posts
Home
View mobile version
Subscribe to:
Posts (Atom)
Blog Archive
▼
2026
(60)
▼
May
(6)
Release Notes - Eurex T7 Enhanced Trading Interfac...
Release Notes - Eurex T7 Enhanced Trading Interfac...
Release Notes - LSE GTP Market Data Handler C++ - ...
Release Notes - Cboe CFE Binary Order Entry (BOE) ...
Release Notes - Eurex T7 Market and Reference Data...
Release Notes - TradeWeb TradeXpress update 101.34
►
April
(20)
►
March
(16)
►
February
(7)
►
January
(11)
►
2025
(99)
►
December
(19)
►
November
(1)
►
October
(10)
►
September
(11)
►
August
(5)
►
July
(7)
►
June
(7)
►
May
(4)
►
April
(7)
►
March
(14)
►
February
(8)
►
January
(6)
►
2024
(129)
►
December
(5)
►
November
(13)
►
October
(16)
►
September
(16)
►
August
(6)
►
July
(9)
►
June
(9)
►
May
(13)
►
April
(10)
►
March
(19)
►
February
(3)
►
January
(10)
►
2023
(123)
►
December
(7)
►
November
(15)
►
October
(9)
►
September
(12)
►
August
(21)
►
July
(22)
►
June
(6)
►
May
(7)
►
April
(11)
►
March
(4)
►
February
(3)
►
January
(6)
►
2022
(105)
►
December
(10)
►
November
(3)
►
October
(26)
►
September
(10)
►
August
(7)
►
July
(8)
►
June
(11)
►
May
(3)
►
April
(8)
►
March
(7)
►
February
(3)
►
January
(9)
►
2021
(110)
►
December
(16)
►
November
(12)
►
October
(5)
►
September
(17)
►
August
(3)
►
July
(5)
►
June
(9)
►
May
(2)
►
April
(13)
►
March
(4)
►
February
(20)
►
January
(4)
►
2020
(141)
►
December
(17)
►
November
(16)
►
October
(3)
►
September
(5)
►
August
(4)
►
July
(12)
►
June
(21)
►
May
(12)
►
April
(20)
►
March
(10)
►
February
(16)
►
January
(5)
►
2019
(167)
►
December
(4)
►
November
(12)
►
October
(21)
►
September
(12)
►
August
(6)
►
July
(23)
►
June
(4)
►
May
(26)
►
April
(24)
►
March
(13)
►
February
(12)
►
January
(10)
►
2018
(108)
►
December
(12)
►
November
(20)
►
October
(6)
►
September
(12)
►
August
(5)
►
July
(5)
►
June
(20)
►
May
(10)
►
April
(2)
►
March
(5)
►
February
(6)
►
January
(5)
►
2017
(79)
►
December
(7)
►
November
(7)
►
October
(5)
►
September
(12)
►
August
(4)
►
July
(5)
►
June
(11)
►
May
(8)
►
April
(8)
►
March
(3)
►
February
(4)
►
January
(5)
►
2016
(72)
►
December
(9)
►
November
(4)
►
October
(15)
►
September
(5)
►
August
(1)
►
July
(9)
►
June
(3)
►
May
(3)
►
April
(2)
►
March
(8)
►
February
(6)
►
January
(7)
►
2015
(85)
►
December
(5)
►
November
(9)
►
October
(12)
►
September
(1)
►
August
(5)
►
July
(6)
►
June
(9)
►
May
(6)
►
April
(2)
►
March
(13)
►
February
(7)
►
January
(10)
►
2014
(147)
►
December
(9)
►
November
(11)
►
October
(14)
►
September
(12)
►
August
(15)
►
July
(10)
►
June
(9)
►
May
(13)
►
April
(19)
►
March
(6)
►
February
(14)
►
January
(15)
►
2013
(134)
►
December
(10)
►
November
(10)
►
October
(15)
►
September
(9)
►
August
(15)
►
July
(13)
►
June
(20)
►
May
(10)
►
April
(5)
►
March
(11)
►
February
(10)
►
January
(6)
►
2012
(84)
►
December
(10)
►
November
(11)
►
October
(6)
►
September
(1)
►
August
(9)
►
July
(11)
►
June
(10)
►
May
(12)
►
March
(5)
►
February
(2)
►
January
(7)
►
2011
(169)
►
December
(9)
►
November
(16)
►
October
(11)
►
September
(17)
►
August
(8)
►
July
(19)
►
June
(13)
►
May
(16)
►
April
(11)
►
March
(14)
►
February
(10)
►
January
(25)
►
2010
(110)
►
December
(17)
►
November
(14)
►
October
(14)
►
September
(7)
►
August
(4)
►
July
(13)
►
June
(9)
►
May
(9)
►
April
(12)
►
March
(7)
►
February
(1)
►
January
(3)
►
2009
(3)
►
December
(3)