02 2010 档案

摘要:CME ILINK 2X SUPPORTED ADMINISTRATION MESSAGE FORMATSLogon (MsgType = A): Customer To CME Logon (MsgType = A): CME to Customer Heartbeat (MsgType = 0) Test Request (MsgType = 1) Resend Request (Msg... 阅读全文
posted @ 2010-02-27 01:07 史莱姆 阅读(386) 评论(0) 推荐(0)
摘要:What is FIX?•FIX -Financial Information Exchange•FIX Protocol is an industry driven messaging standard for exchange of Trading related information between financial institutions.•FIX... 阅读全文
posted @ 2010-02-25 00:14 史莱姆 阅读(2777) 评论(0) 推荐(0)
摘要:1、为了增加效率,可以考虑采用无异常的函数 在.net2.0中Socket.Send,Socket.Receive 有了无异常的函数 Socket.Send(Byte[], Int32, Int32, SocketFlags, SocketError) Socket.Receive(Byte[], Int32, Int32, SocketFlags, SocketError) 减少不必要的异常,就... 阅读全文
posted @ 2010-02-19 02:05 史莱姆 阅读(586) 评论(0) 推荐(1)
摘要:代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--#include<unistd.h>#include<sys/types.h>#include<sys/wait.h>#include<signal.h>... 阅读全文
posted @ 2010-02-12 00:54 史莱姆 阅读(698) 评论(0) 推荐(0)
摘要:1. MFC Client 1) additional include dir $(BOOST_ROOT)\ $(QPID_ROOT)\include\ 2) Preprocessor definition: a) NOMINMAX, for console application b) define NOMINMAX in stdafx.h 代码Code highlighting produ... 阅读全文
posted @ 2010-02-12 00:42 史莱姆 阅读(424) 评论(0) 推荐(0)