quickfix

An established connection was aborted by the software in your host machine

谁说胖子不能爱 提交于 2020-01-02 16:03:49
问题 The application uses quickfixj library, which uses Apache Mina. This application keeps a socket connection to a remote host. Suddenly we get the following error: [SocketConnectorIoProcessor-0.0] - ERROR quickfix.mina.initiator.InitiatorIoHandler - socket exception (/xxx.xxx.xxx.xxx:xx): An established connection was aborted by the software in your host machine where xxx.xxx.xxx.xxx:xx is the remote address. What may be causing the connection drop? The remote host? My OS? 回答1: The connection

An established connection was aborted by the software in your host machine

旧城冷巷雨未停 提交于 2020-01-02 16:03:22
问题 The application uses quickfixj library, which uses Apache Mina. This application keeps a socket connection to a remote host. Suddenly we get the following error: [SocketConnectorIoProcessor-0.0] - ERROR quickfix.mina.initiator.InitiatorIoHandler - socket exception (/xxx.xxx.xxx.xxx:xx): An established connection was aborted by the software in your host machine where xxx.xxx.xxx.xxx:xx is the remote address. What may be causing the connection drop? The remote host? My OS? 回答1: The connection

An established connection was aborted by the software in your host machine

蹲街弑〆低调 提交于 2020-01-02 16:02:18
问题 The application uses quickfixj library, which uses Apache Mina. This application keeps a socket connection to a remote host. Suddenly we get the following error: [SocketConnectorIoProcessor-0.0] - ERROR quickfix.mina.initiator.InitiatorIoHandler - socket exception (/xxx.xxx.xxx.xxx:xx): An established connection was aborted by the software in your host machine where xxx.xxx.xxx.xxx:xx is the remote address. What may be causing the connection drop? The remote host? My OS? 回答1: The connection

Quickfix: acceptor and initator in same application?

偶尔善良 提交于 2019-12-30 11:08:37
问题 I am new to quickfix (I'm a student trying to teach myself), and have downloaded the examples from quickfix.org (in c++) and have been able to connect ordermatch to tradeclient and get them talking to each other. I changed the config file for ordermatch to allow multiple clients and got that working (ordermatch can receive orders from multiple clients and manage the order book). I have been trying to find a way to alter ordermatch to send it's confirm messages to ALL clients, not just the

Quickfix: acceptor and initator in same application?

久未见 提交于 2019-12-30 11:08:09
问题 I am new to quickfix (I'm a student trying to teach myself), and have downloaded the examples from quickfix.org (in c++) and have been able to connect ordermatch to tradeclient and get them talking to each other. I changed the config file for ordermatch to allow multiple clients and got that working (ordermatch can receive orders from multiple clients and manage the order book). I have been trying to find a way to alter ordermatch to send it's confirm messages to ALL clients, not just the

quickfixj message factory produces bad type on operand stack using qf 1.6.0 and java 1.8.0_45

丶灬走出姿态 提交于 2019-12-24 13:19:47
问题 Jun 18, 2015 3:26:12 PM quickfix.mina.AbstractIoHandler exceptionCaught SEVERE: java.lang.VerifyError: Bad type on operand stack Exception Details: Location: quickfix/fix44/Quote.get(Lquickfix/field/SettlType;)Lquickfix/field/SettlType; @2: invokevirtual Reason: Type 'quickfix/field/SettlType' (current frame, stack[1]) is not assignable to 'quickfix/CharField' Current Frame: bci: @2 flags: { } locals: { 'quickfix/fix44/Quote', 'quickfix/field/SettlType' } stack: { 'quickfix/fix44/Quote',

How to generate message classes from new custom FIX dictionary [closed]

£可爱£侵袭症+ 提交于 2019-12-24 04:53:12
问题 It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 7 years ago . There is a way to do this in QuickFIX/j. Is there a way to do this in QuickFIX c++? 回答1: I have never tried it myself, but if you download the source code, you will find a generate.sh file inside a "spec"

Repeating Group Messages in Quickfix C++

给你一囗甜甜゛ 提交于 2019-12-23 19:53:31
问题 We cannot seem to process some group messages with QuickFix. I am trying to set up a connection with the ICE exchange using QuickFix (C++). I have created a custom data dictionary to handle ICE's non-standard messages. The first message to handle is a SecurityDefinition. The message contains about 13000 entries broken into blocks of 100. I attached the message below (the first two entries with CR/LF added for clarity). My question is in the data dictionary, I defined a group as part of the

Python Quickfix - reading custom repeating groups

馋奶兔 提交于 2019-12-22 13:55:22
问题 This issue is almost identical to this which was not answered properly: Reading Repeating Groups in Custom Messages using Python Quickfix python 2.7.15 on Windows, quickfix 1.15.1, FIX 4.2 I have a custom data dictionary from my trading platform provider which has custom fields and groups in the execution report. The full XML is available here: http://library.tradingtechnologies.com/tt-fix/System_Overview.html . In particular the group is defined as such: <group name='NoSecurityAltID'

QuickFix C++ Socket Error Connection Reset By Peer?

夙愿已清 提交于 2019-12-22 01:28:49
问题 I getting "Socket Error: Connection reset by peer." while trying to login to the server. Below are the logs:- <20141024-08:20:25.556, FIX.4.4:CMSPCFX->CNX, outgoing> (8=FIX.4.49=11235=A34=149=CMSPCFX50=CMSPCFX52=20141024-08:20:25.53356=CNX98=1108=30141=Y553=XXXXXXX554=XXXXXXX10=028) <20141024-08:20:25.556, FIX.4.4:CMSPCFX->CNX, event> (Initiated logon request) <20141024-08:20:25.800, FIX.4.4:CMSPCFX->CNX, event> (Socket Error: Connection reset by peer.) <20141024-08:20:25.800, FIX.4.4:CMSPCFX