CN102663649B - Financial derivative transaction system - Google Patents

Financial derivative transaction system Download PDF

Info

Publication number
CN102663649B
CN102663649B CN201210154311.4A CN201210154311A CN102663649B CN 102663649 B CN102663649 B CN 102663649B CN 201210154311 A CN201210154311 A CN 201210154311A CN 102663649 B CN102663649 B CN 102663649B
Authority
CN
China
Prior art keywords
transaction
server
market
data
client
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201210154311.4A
Other languages
Chinese (zh)
Other versions
CN102663649A (en
Inventor
张宝泉
王鹏
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
SUZHOU INDUSTRIAL PARK LINKAGE SOFTWARE Co Ltd
Original Assignee
SUZHOU INDUSTRIAL PARK LINKAGE SOFTWARE CO LTD
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by SUZHOU INDUSTRIAL PARK LINKAGE SOFTWARE CO LTD filed Critical SUZHOU INDUSTRIAL PARK LINKAGE SOFTWARE CO LTD
Priority to CN201210154311.4A priority Critical patent/CN102663649B/en
Publication of CN102663649A publication Critical patent/CN102663649A/en
Application granted granted Critical
Publication of CN102663649B publication Critical patent/CN102663649B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Financial Or Insurance-Related Operations Such As Payment And Settlement (AREA)

Abstract

The invention relates to a financial derivative transaction system, which comprises a transaction database, a transaction server, a gateway, an offer server, a strategy server, a management server and a transaction client, wherein the transaction database is used for storing entrust information of a client, deal information, fund hold storehouse information and basic data; the transaction server is used for processing transaction and inquiry request instructs of the client, receiving a request from the gateway, sending a transaction request to the offer server, acquiring an inquiry request from the transaction database and sending a strategy request to the strategy server; the gateway supplies client verification, instruction forward and market quotation subscription push and receives the instruction from the transaction client; the offer server communicates with a third-party transaction platform; the strategy server receives a strategy instruction of the transaction server and controls a strategy to run, receives a market quotation data from a market quotation server and supplies the market quotation data to the strategy; the management server is middleware of a management terminal for managing the transaction database; and the transaction client supplies functions of spot-future arbitrage, cross term arbitrage, spot stock construction, spot stock tendency transaction, future stock tendency transaction, strategy transaction and transaction information inquiry.

Description

Financial derivatives transaction system
Technical field
The present invention relates to a kind of financial derivatives transaction system, be applied to financial derivatives trading range, trade variety is contained security, futures, fund and other spin-offs, provide basic transaction, arbitrage deal and the strategy transaction of various spin-offs, the business such as union hedging transaction, sequencing transaction, risk control, clearance, secondary account management.
Background technology
In recent years, along with the continuous increase of financial derivatives trade variety, the continuous renewal of investment way, the selection that investor faces is more and more.And along with the trading volume in financial market constantly achieves new and high, investor's idea has also experienced from the process of conservative investment direction risk investment, blue chip investment.Present investor, through the experience and tempering in financial market decades, investment way, from the most basic originally cash in banks, turns to multiple investment way to advance side by side, meet that self is short, in, long-term different investment demands.
Equally, along with being gradually improved of investor's the renewal of ideas and financial market, maturing, investor's idea also slowly turns to rational investment by original impulsive style, and in financial market initial stage of founding, rushing on like a swarm of hornets often appears in investor, the psychology blindly pursuing high.But along with the development degree in market strengthens, investor also starts to turn to rational investment.For example adopt multiple quantification investment means to carry out preliminary analysis, follow the trail of mid-term and get a profit and monitor, stop loss control.Adopt the relevant knowledge of Financial Engineering to carry out investment portfolio structure, for example conservative tracking Index Portfolio Selection mode and investment diversification array mode, to evading non-systematic risk, obtain larger profit.
Therefore, high-end user is needed a their demand of can meeting, the system that intelligent degree is high badly.
Summary of the invention
The object of the invention is to overcome the deficiency that prior art exists, a kind of financial derivatives transaction system is provided.
Object of the present invention is achieved through the following technical solutions:
Financial derivatives transaction system, feature is: comprise transaction data base, trading server, gateway, offer server, strategic server, management server, transaction client, administrative client, market database, quotation service device and market collector;
Described transaction data base, storage client's entrusted information, conclusion of the business information, fund hold position library information and master data, all trust of client, inquiry request are through transaction data base;
Described trading server, processes client's transaction, inquiry request instruction, accepts the request from gateway, distinguishing different requests processes respectively, transaction request is sent to offer server, and inquiry request is directly obtained from transaction data base, and strategy request is sent to strategic server;
Described gateway, provides customer authentication, instruction forwarding and market to subscribe to and pushes, and gateway is accepted the instruction from transaction client, is transmitted to trading server processing; Gateway is accepted to push from quotation service device the data of coming, and is pushed to transaction client according to the subscription information of transaction client;
Described offer server, with third party's futures business platform and the communication of third party's spot transaction platform, by offer server, consignment trade request is forwarded to third party's futures business platform and third party's spot transaction platform, is then forwarded to corresponding exchange by third party's futures business platform and third party's spot transaction platform;
Described strategic server, the server of operation trading strategies, accept the operation from the policy instructions control strategy of trading server, accept to offer strategy use from the market data of quotation service device, connection trading server confession strategy calls fund, the transaction data of holding position, entrust, strike a bargain;
Described management server is the middleware of management end managing transaction database;
Described transaction client, provide existing arbitrage of phase, across phase arbitrage, stock build, stock trend trading, futures trend trading, strategy transaction, Transaction Information query function, offer the program that client uses;
Described administrative client, provides clearance accounting checking, tactful importing, risk monitoring and control, account management, basic data maintenance, transaction initiation function;
Described market database, provides the database of timesharing market, by market collector, market data is write to market database;
Described quotation service device, to market data sampling propelling movement, securities market data is from the market of exchange, forward quotations are from the propelling data of transaction platform, sample after new market at every turn, market are pushed to gateway, strategic server, market collector by quotation service device, and quotation service device connects market database, offers the client needing;
Described market collector, writes to market database by market by time frequency, for transaction client.
Further, above-mentioned financial derivatives transaction system, described system constructing, on .NET Framework, is divided into three layers, i.e. general-purpose library, operation layer and presentation layer; Described general-purpose library comprises:
Object contract module, defines and realizes the specification of business datum and message, and business datum is the elementary cell of business processing, defines good business datum and possesses following condition: realize IBizData interface, this interface show current to as if a business datum; Statement ByteHelperAttribute characteristic, the coding that this property states business datum will be used helps class; Coding helps class to inherit from this general type abstract class of ByteHelper<T>, and coding helps class by business datum and the decoupling zero of coding/decoding function; Message is the elementary cell of communications, defines good message and realizes ITransferData interface, and system is built-in provides two to realize class, respectively: RequestData<T>, represents a service request; ResponseData<T>, represents the response of a service request; In addition in this assembly, also define, the function of business processing, message coding;
Data definition module, comprises one group of predefined business datum and corresponding coding helps class;
Network communication module, self-defining communication function is provided, communication between module is used self-defining communications framework, framework is realized based on Socket, by asynchronous Socket event argument, the asynchronous read and write function that framework utilizes IO completing port to provide, notifies by asynchronous event, and communications status is fed back to upper component in time; Communication service end comprises connecting to be controlled: by configuration, the maximum number of connections that specified services end allows, after accepting a connection, finds available idle link slot, will connect and set up associated with link slot; Connect cleaning: communication service end is monitored the service condition of each connection, and the periodic cleaning connection in idle condition for a long time, releasing resource; Object container: each connection corresponding two asynchronous Socket event argument objects and one receive buffer memory, by object pool, create a large container small object concentrated in together;
Data transmission module, the communication function of business is provided, on the basis of network service, data transfer components provides the OO communication function of business, comprise processing and receive data: solve the data adhesion phenomenon in Socket transmitting procedure, the data-switching receiving is become to message, realize decoding function; Add timeout treatment: in the time that response is not received in the request of sending for a long time, throw exception; Add request contexts information: before sending data, write a RequestID value, after receiving data, by RequestID value, between request and response, set up associated; Add synchronized transmission/receiving function: packaging bottom event: the event of communication layers is packaged into understandable event;
Configuration Manager, realize self-defining configuration management function, configuration management assembly is expanded the built-in configuration management function of .NET Framework, comprise general type support: add general type configuration element collection class ConfigElementCollection<T>, remove the needs of the various configuration element set of definition from; Polymorphism is supported: provide support in conjunction with ConfigPolymorphicElementCollection<TGreatT. GreaT.GT class and ConfigElementTypeAttribute characteristic; Unified access is supported: help class by ConfigHelper, the access mode unified to configuration information is provided;
Data access module, provides the access function of database;
Logger module, provides log recording function, realizes class for preset one group, directly uses, and log helps class to complete by LogHelper, helps class to provide synchronous and asynchronous two kinds of modes;
General purpose core core module, the encapsulation of common function is provided, basic function to frequent use is put together, comprise: provide one group for dissimilar Object, String, IEnumerable<T> extended method, Windows API that packed part is conventional, realizes weak reference event, collection class;
File access module, provides business object access to file function;
Abnormality processing module, provides abnormality processing function, and what occur for unified disposal system operational process is abnormal, by different Exception Types are set up to processing policy, processes the abnormal of different severity levels.
Further, above-mentioned financial derivatives transaction system, described transaction data base is Oracle core database.
Further, above-mentioned financial derivatives transaction system, described management server is WCF server.
Again further, above-mentioned financial derivatives transaction system, described market database is oracle database or SQL Server database.
The substantive distinguishing features that technical solution of the present invention is outstanding and significant progressive being mainly reflected in:
System, based on .NET 4.0 platforms, adopts multi-layer C/S framework, uses ORACLE in database design, adopts storing process Nesting Technique, has accelerated system background process speed.System has been abandoned the serializing mechanism of system default, and adopts self-defining coded system, directly business datum and Byte array is changed mutually, and new traffic data type expansion demand is provided flexibly and supported; Native system directly uses Socket, carries out the transmission of data at bottom in asynchronous mode, and whole system support is used the mode of " asynchronous+event notice " to carry out the processing of business, to improve overall handling capacity; And client is in order to simplify the operation, encapsulate on this basis, support to call in a synchronous manner simultaneously, according to different business demands, select freely one of these two kinds of modes or mix to use.Aspect business processing, system is used consistent tupe to deal with all requests, i.e. " asynchronous+distribution ".System adopts concurrent mode to process all service request, and called side is initiated after a request, need not wait-for-response, and system will be notified called side with event, whole process unblock in the time that response is available.Take parallel layout strategy, service request all in system all walk abreast, and can not influence each other each other, have greatly improved the resistance to overturning of system.
Brief description of the drawings
Below in conjunction with accompanying drawing, technical solution of the present invention is described further:
Fig. 1: the configuration diagram of system of the present invention;
Fig. 2: the technology layering structural representation of system.
Embodiment
As shown in Figure 1, financial derivatives transaction system, comprises transaction data base 5, trading server 9, gateway 10, offer server 11, strategic server 8, management server 6, transaction client 7, administrative client 4, market database 2, quotation service device 3 and market collector 1;
Transaction data base 5, is Oracle core database, storage client's entrusted information, conclusion of the business information, fund hold position library information and master data, and all trust of client, inquiry request are through transaction data base 5;
Trading server 9, processes client's transaction, inquiry request instruction, accepts the request from gateway 10, distinguishing different requests processes respectively, transaction request is sent to offer server 11, and inquiry request is directly obtained from transaction data base 5, and strategy request is sent to strategic server 8;
Gateway 10, provides customer authentication, instruction forwarding and market to subscribe to and pushes, and gateway 10 is accepted the instruction from transaction client 7, is transmitted to trading server 9 and processes; Gateway 10 is accepted to push from quotation service device 3 the data of coming, and is pushed to transaction client 7 according to the subscription information of transaction client 7;
Offer server 11, with third party's futures business platform 12 and 14 communications of third party's spot transaction platform, by offer server 11, consignment trade request is forwarded to third party's futures business platform 12 and third party's spot transaction platform 14, then be forwarded to third party futures exchange 13 by third party's futures business platform 12, third party's spot transaction platform 14 is forwarded to third party's spot transaction institute 15;
Strategic server 8, the server of operation trading strategies, accept the operation from the policy instructions control strategy of trading server 9, accept to offer strategy use from the market data of quotation service device 3, connection trading server 9 confession strategies call fund, the transaction data of holding position, entrust, strike a bargain;
Management server 6, is WCF server, is the middleware of management end managing transaction database 5;
Transaction client 7, provide existing arbitrage of phase, across phase arbitrage, stock build, stock trend trading, futures trend trading, strategy transaction, Transaction Information query function, offer the program that client uses;
Administrative client 4, provides clearance accounting checking, tactful importing, risk monitoring and control, account management, basic data maintenance, transaction initiation function;
Market database 2, is oracle database or SQL Server database, and the database of timesharing market is provided, and by market collector 1, market data is write to market database 2;
Quotation service device 3, to market data sampling propelling movement, securities market data from third party futures exchange 13 and third party's spot transaction 15 DBF satellite market, forward quotations are from the propelling data of transaction platform, sample after new market at every turn, market are pushed to gateway 10, strategic server 8, market collector 1 by quotation service device 3, and quotation service device 3 connects market database 2, offers the client needing;
Market collector 1, writes to market database 2 by market by time frequency, for transaction client 7.
Financial derivatives transaction system, system constructing, on .NET Framework, is divided into three layers, as shown in Figure 2, i.e. general-purpose library (Common Libraries) A, operation layer (Business Layer) B and presentation layer (Presentation Layer) C; General-purpose library A is by sharing between modules, and operation layer B and presentation layer C are exclusive respectively by modules; General-purpose library comprises:
Object contract modules A 3, has defined and has realized the specification of business datum and message.Business datum is the elementary cell of business processing.A good business datum of definition should possess following condition: realize IBizData interface: this interface shows current to liking a business datum; Statement ByteHelperAttribute characteristic: the coding that this property states business datum will be used helps class.Coding helps class to inherit from this general type abstract class of ByteHelper<T>.The meaning that coding helps class to exist is business datum and its coding/decoding function decoupling zero.Message is the elementary cell of communications.The good message of definition must realize ITransferData interface.System is built-in provides two to realize class, respectively: RequestData<T>: represent a service request; ResponseData<T>: represent the response of a service request.In addition, in this assembly, also defined the relevant function such as business processing, message coding.Object contract is that data communication and the processing of whole system laid a solid foundation.Because the existence of object contract, the process that makes business processing is objectification (need not again in the face of the basic structure such as Byte array) more, is highly profitable for improving system development efficiency.
Data definition modules A 4, comprises one group of predefined business datum and corresponding coding helps class;
Network communication module A10, realizes self-defining communication function.In order to pursue higher communication efficiency, the communication between native system modules is used self-defining communications framework.This framework is realized based on Socket, and its core concept is " asynchronous+event notice ".By the asynchronous Socket event argument of SocketAsyncEventArgs(), this framework makes full use of the asynchronous read and write function that IO completing port provides, and on this basis, notifies by asynchronous event, and communications status is fed back to upper component in time.Communication service end is because needs are tackled multiple communication customer ends simultaneously, increase more and performance-relevant design, comprise: connect and control: by configuration, the maximum number of connections that specified services end allows, avoids linking number sharply to expand and may cause the phenomenon of server failing to occur.After accepting a connection, can find available idle link slot, will connect with link slot and set up associated (now, link slot will become occupied state); Connect cleaning: communication service end can be monitored the service condition of each connection, and those connections in idle condition for a long time of periodic cleaning, discharges relevant resource; Object container: each connection corresponding two SocketAsyncEventArgs objects (one for sending data, one for receiving data) and a reception buffer memory, by object pool technology, create a large container and these small objects are concentrated in together to (distributing the continuous memory headroom of a monoblock), to improve internal memory service efficiency.
Data transmission module A5, realizes the communication function of business.On the basis of network service, data transfer components provides business, OO communication function.This assembly has been hidden the bottom details of communication to application developer, make it can be absorbed in the processing of business, mainly comprise: process and receive data: solve " data adhesion " phenomenon in Socket transmitting procedure, the data-switching receiving is become to message, realize decoding function; Add timeout treatment: in the time that response is not received in the request of sending for a long time, throw exception (TimeoutException); Add request contexts information: before sending data, write a RequestID value, after receiving data, by RequestID value, between request and response, set up associated; Add synchronized transmission/receiving function: because network service layer entirety adopts asynchronous system, bad to the experience of exploitation, therefore, here utilize request contexts information, convert asynchronous procedure to synchronizing process, exempted application and development directly in the face of the worries of asynchronous operation, simplified code flow process.Certainly, also still can directly use the programming mode of " asynchronous transmission+event notice "; Packaging bottom event: the event of communication layers is packaged into more understandable event.
Configuration Manager A9, realizes self-defining configuration management function.Configuration management assembly is expanded the built-in configuration management function of .NET Framework, comprise: general type support: add general type configuration element collection class ConfigElementCollection<T>, remove the needs of the various configuration element set of definition from; Polymorphism is supported: because built-in configuration management function is not supported the polymorphism of configuration element, here in conjunction with ConfigPolymorphicElementCollection<TGreatT. GreaT.GT class and ConfigElementTypeAttribute characteristic to provide support; Unified access is supported: help class by ConfigHelper, provide the more unified access mode easily of configuration information.
Data access module A1, provides the access function of database.
Logger module A2, realizes log recording function.This assembly is preset one group realize class, can directly use.Log helps class to complete by LogHelper.This help class provides synchronous and asynchronous two kinds of modes, can adopt flexibly according to business characteristic.
General purpose core core module A6, realizes the encapsulation of common function.Basic function to frequent use is put together, mainly comprise: provide one group for dissimilar (Object, String, IEnumerable<T> etc.) the conventional Windows API of extended method, packed part, realize weak reference event, some collection class, as CachePool(cache pool).
File access modules A 8, provides business object access to file function.
Abnormality processing modules A 7, realizes abnormality processing function.What occur for unified disposal system operational process is abnormal.Because native system has been widely used the multithreadings such as asynchronous, parallel, and under multi-thread environment, abnormal catching not is that part is easy to event (ignoring while often operation by .NET), therefore, has and must carry out unified specification to exception handling procedure.By different Exception Types being set up to a set of processing policy (ignore, again dish out, log off), system can be processed the abnormal of different severity levels flexibly, thereby reaches the balance of correctness, robustness, reliability etc.
Communication data treatment scheme of the present invention is: from client initiating business request, successively through encoding, being transferred to server end, then decode, distribute, process, encode, transmit and get back to client, then response results is obtained in decoding.In whole process, initiate request can select synchronous or asynchronous system except client, other is all to complete with asynchronous system.Have the explanation of 3 needs: 1) client's receiving course is asynchronous or synchronous, be determined by the mode sending request (synchronized transmission synchronously receives, and asynchronous transmission utilizes event to notify; 2) server end receives after request, have the process of a distribution, real processing request is that each chartered business processing class completes, and is so just very beneficial for the expansion (only need the new business processing type of definition, then be registered to server) of type of service; 3) basic function such as coding, decoding, transmission is provided by unified frame, and business function implementor need not participate in, but purely writes service logic in OO mode.
System, based on .NET 4.0 platforms, adopts multi-layer C/S framework, uses ORACLE in database design, adopts storing process Nesting Technique, has accelerated system background process speed.In order to reduce the content-length after coding, improve the speed of coding and decoding, native system has been abandoned the serializing mechanism of system default, and adopts self-defining coded system, directly business datum and Byte array is changed to (by IBizData interface definition) mutually.The manner provides flexibly new traffic data type expansion demand supports (as long as realize IBizData interface, and in configuration file, carrying out type registration).In order to improve transfer efficiency, native system directly uses Socket, carries out the transmission of data at bottom in asynchronous mode.Whole system support is used the mode (this is the default behavior of server end) of " asynchronous+event notice " to carry out the processing of business, to improve overall handling capacity.And client is in order to simplify the operation, encapsulate on this basis, support to call in a synchronous manner simultaneously, according to different business demands, be free to select one of these two kinds of modes or mix use.Aspect business processing, system is used consistent tupe to deal with all requests, i.e. " asynchronous+distribution ".In order to improve handling capacity and the System Operation efficiency of system, system (comprising server end and client) adopts concurrent mode to process all service request.Called side is initiated after a request, need not wait-for-response, and system will be notified called side with event in the time that response is available, and whole process is unblock.This is very important for server end, is the key that improves entire throughput.In order to improve the stability of system, take parallel layout strategy.Service request all in system all walk abreast, and can not influence each other each other, and this has just improved the resistance to overturning of system greatly.
Compare with existing trading platform system, system of the present invention highlights following advantage:
1. the communication framework of fast and stable: the WCF framework that transmission speed is more general than .NET is fast more than 3 times, and can compress and encryption data, through 500 above clients of strict pressure test energy stable operation.
2. market adopt subscribe to, propelling movement mode: all market push to client and can complete in 0.3 second from sampling, stock price index futures market especially can be in 0.1 second arrival client;
3. the offer service of stability and high efficiency: offer server can stablize with each counter system dock, quick declaration form, and can connect multiple futures and sales counter from stock simultaneously;
4. asynchronous process: system adopts asynchronous process mode, reduces the queue waiting time of processing, and service request does not need to wait for that processing above finishes, but carries out by starting an asynchronous procedure, has improved system treatment effeciency;
5. serializing processing mode: the general object serializing mode (XmlSerializer, DataContractSerializer etc.) providing with reference to .NET itself is provided in serializing, by rational demand analysis and mass data analysis, develop self-defining serializing processing for the market demand, omit the switch process of intermediate form (for example XML), but according to the direct allocation space of traffic data type, accelerate the efficiency of coding and decoding, thereby promoted network transmission performance; Greatly improve transactions velocity.
It is to be understood that: the above is only the preferred embodiment of the present invention; for those skilled in the art; under the premise without departing from the principles of the invention, can also make some improvements and modifications, these improvements and modifications also should be considered as protection scope of the present invention.

Claims (1)

1. financial derivatives transaction system, is characterized in that: comprise transaction data base (5), trading server (9), gateway (10), offer server (11), strategic server (8), management server (6), transaction client (7), administrative client (4), market database (2), quotation service device (3) and market collector (1);
Described transaction data base (5), storage client's entrusted information, conclusion of the business information, fund hold position library information and master data, all trust of client, inquiry request are through transaction data base (5);
Described trading server (9), process client's transaction, inquiry request instruction, accept the request from gateway (10), distinguishing different requests processes respectively, transaction request is sent to offer server (11), inquiry request is directly obtained from transaction data base (5), and strategy request is sent to strategic server (8);
Described gateway (10), provides customer authentication, instruction forwarding and market to subscribe to and pushes, and gateway (10) is accepted the instruction from transaction client (7), is transmitted to trading server (9) and processes; Gateway (10) is accepted to push from quotation service device (3) the data of coming, and is pushed to transaction client (7) according to the subscription information of transaction client (7);
Described offer server (11), with third party's futures business platform (12) and third party's spot transaction platform (14) communication, by offer server (11), consignment trade request is forwarded to third party's futures business platform (12) and third party's spot transaction platform (14), is then forwarded to corresponding exchange by third party's futures business platform (12) and third party's spot transaction platform (14);
Described strategic server (8), the server of operation trading strategies, accept the operation from the policy instructions control strategy of trading server (9), accept to offer strategy use from the market data of quotation service device (3), connection trading server (9) confession strategy calls fund, the transaction data of holding position, entrust, strike a bargain;
Described management server (6) is the middleware of management end managing transaction database (5);
Described transaction client (7), provide existing arbitrage of phase, across phase arbitrage, stock build, stock trend trading, futures trend trading, strategy transaction, Transaction Information query function, offer the program that client uses;
Described administrative client (4), provides clearance accounting checking, tactful importing, risk monitoring and control, account management, basic data maintenance, transaction initiation function;
Described market database (2), provides the database of timesharing market, by market collector (1), market data is write to market database (2);
Described quotation service device (3), to market data sampling propelling movement, securities market data is from the market of exchange, forward quotations are from the propelling data of transaction platform, sample after new market at every turn, market are pushed to gateway (10), strategic server (8), market collector (1) by quotation service device (3), and quotation service device (3) connects market databases (2), and the client of timesharing market to needs is provided;
Described market collector (1), writes to market database (2) by market by time frequency, by quotation service device (3) for transaction client (7).
2. financial derivatives transaction system according to claim 1, is characterized in that: described system constructing, on .NET Framework, is divided into three layers, i.e. general-purpose library (A), operation layer (B) and presentation layer (C); Described general-purpose library comprises:
Object contract module (A3), define and realize the specification of business datum and message, business datum is the elementary cell of business processing, defines good business datum and possesses following condition: realize IBizData interface, this interface shows current to liking a business datum; Statement ByteHelperAttribute characteristic, the coding that this property states business datum will be used helps class; Coding helps class to inherit from this general type abstract class of ByteHelper<T>, and coding helps class by business datum and the decoupling zero of coding/decoding function; Message is the elementary cell of communications, defines good message and realizes ITransferData interface, and system is built-in provides two to realize class, respectively: RequestData<T>, represents a service request; ResponseData<T>, represents the response of a service request; In addition in object contract module (A3), also define, the function of business processing, message coding;
Data definition module (A4), comprises one group of predefined business datum and corresponding coding helps class;
Network communication module (A10), self-defining communication function is provided, communication between module is used self-defining communications framework, framework is realized based on Socket, by asynchronous Socket event argument, the asynchronous read and write function that framework utilizes IO completing port to provide, notifies by asynchronous event, and communications status is fed back to upper component in time; Communication service end comprises connecting to be controlled: by configuration, the maximum number of connections that specified services end allows, after accepting a connection, finds available idle link slot, will connect and set up associated with link slot; Connect cleaning: communication service end is monitored the service condition of each connection, and the periodic cleaning connection in idle condition for a long time, releasing resource; Object container: each connection corresponding two asynchronous Socket event argument objects and one receive buffer memory, by object pool, create a large container small object concentrated in together;
Data transmission module (A5), the communication function of business is provided, on the basis of network service, data transfer components provides the OO communication function of business, comprise processing and receive data: solve the data adhesion phenomenon in Socket transmitting procedure, the data-switching receiving is become to message, realize decoding function; Add timeout treatment: in the time that response is not received in the request of sending for a long time, throw exception; Add request contexts information: before sending data, write a RequestID value, after receiving data, by RequestID value, between request and response, set up associated; Add synchronized transmission/receiving function: packaging bottom event: the event of communication layers is packaged into understandable event;
Configuration Manager (A9), realize self-defining configuration management function, configuration management assembly is expanded the built-in configuration management function of .NET Framework, comprise general type support: add general type configuration element collection class ConfigElementCollection<T>, remove the needs of the various configuration element set of definition from; Polymorphism is supported: provide support in conjunction with ConfigPolymorphicElementCollection<TGreatT. GreaT.GT class and ConfigElementTypeAttribute characteristic; Unified access is supported: help class by ConfigHelper, the access mode unified to configuration information is provided;
Data access module (A1), provides the access function of database;
Logger module (A2), provides log recording function, realizes class for preset one group, directly uses, and log helps class to complete by LogHelper, helps class to provide synchronous and asynchronous two kinds of modes;
General purpose core core module (A6), the encapsulation of common function is provided, basic function to frequent use is put together, comprise: provide one group for dissimilar Object, String, IEnumerable<T> extended method, Windows API that packed part is conventional, realizes weak reference event, collection class;
File access module (A8), provides business object access to file function;
Abnormality processing module (A7), provides abnormality processing function, and what occur for unified disposal system operational process is abnormal, by different Exception Types are set up to processing policy, processes the abnormal of different severity levels.
3. financial derivatives transaction system according to claim 1, is characterized in that: described transaction data base (5) is Oracle core database.
4. financial derivatives transaction system according to claim 1, is characterized in that: described management server (6) is WCF server.
5. financial derivatives transaction system according to claim 1, is characterized in that: described market database (2) is oracle database or SQL Server database.
CN201210154311.4A 2012-05-18 2012-05-18 Financial derivative transaction system Active CN102663649B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201210154311.4A CN102663649B (en) 2012-05-18 2012-05-18 Financial derivative transaction system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201210154311.4A CN102663649B (en) 2012-05-18 2012-05-18 Financial derivative transaction system

Publications (2)

Publication Number Publication Date
CN102663649A CN102663649A (en) 2012-09-12
CN102663649B true CN102663649B (en) 2014-11-26

Family

ID=46773128

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201210154311.4A Active CN102663649B (en) 2012-05-18 2012-05-18 Financial derivative transaction system

Country Status (1)

Country Link
CN (1) CN102663649B (en)

Families Citing this family (38)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103150674B (en) * 2013-02-01 2016-12-28 上海大智慧股份有限公司 Real-time financial market data delivery systems based on TV programme
CN103500417A (en) * 2013-10-18 2014-01-08 擎研(上海)信息技术有限公司 Programmed trading strategy management system and management method based on Internet
CN103500418A (en) * 2013-10-18 2014-01-08 擎研(上海)信息技术有限公司 Financial commodity real-time trading system and trading method thereof based on network
CN104732439A (en) * 2013-12-23 2015-06-24 深圳市三丰鑫合投资管理有限公司 Method and system for electronic transaction, server and terminal equipment
US10795893B2 (en) 2014-03-07 2020-10-06 Capitalogix Ip Owner, Llc Systems and methods for allocating capital to trading strategies for big data trading in financial markets
CN104463676A (en) * 2014-10-21 2015-03-25 中国建设银行股份有限公司 Futures trading data transmission method and system based on mobile terminal
CN105260675B (en) * 2015-10-16 2017-03-15 北京源创云网络科技有限公司 Electronic data consistency verification method, device, system and deposit card verification platform
CN105844522A (en) * 2016-03-30 2016-08-10 东华大学 Programmed futures trading match system
CN105956924A (en) * 2016-04-20 2016-09-21 中国科学院大学 Financial derivative big data analysis, transaction and risk management system and method
US10423800B2 (en) 2016-07-01 2019-09-24 Capitalogix Ip Owner, Llc Secure intelligent networked architecture, processing and execution
CN106327333A (en) * 2016-08-25 2017-01-11 江苏大泰信息技术有限公司 Automatic strategy trading system and trading method thereof
CN106603277A (en) * 2016-11-28 2017-04-26 北京金融资产交易所有限公司 Data processing system and method for book building
CN106780027A (en) * 2016-12-08 2017-05-31 北京金融资产交易所有限公司 A kind of data handling system and method
CN108230052A (en) * 2016-12-22 2018-06-29 航天信息股份有限公司 A kind of invoice issuing and method for uploading and system
CN106651463A (en) * 2016-12-30 2017-05-10 上海富聪金融信息服务有限公司 Financial institution service access system and access method
US10387679B2 (en) 2017-01-06 2019-08-20 Capitalogix Ip Owner, Llc Secure intelligent networked architecture with dynamic feedback
CN107123046A (en) * 2017-04-14 2017-09-01 北京金融资产交易所有限公司 The processing system and its log processing method merchandised based on bond
CN107123047B (en) * 2017-04-14 2020-12-29 北京金融资产交易所有限公司 Data acquisition system based on bond transaction and data acquisition method thereof
CN107123045A (en) * 2017-04-14 2017-09-01 北京金融资产交易所有限公司 The data synchronous system and its method of data synchronization merchandised based on bond
CN107256516A (en) * 2017-06-09 2017-10-17 杭州德锐资本投资管理有限公司 The three-in-one transaction system of one B shareB and its method of commerce
CN107133873A (en) * 2017-06-12 2017-09-05 安徽简道科技有限公司 A kind of security sequencing transaction system and method for commerce
CN107517454A (en) * 2017-09-01 2017-12-26 安徽简道科技有限公司 Securities exchange system and method based on handheld device
CN108230147B (en) * 2017-12-06 2021-02-26 深圳国泰安教育技术有限公司 Transaction clearing method, system and device for quantified investment strategy
CN108229563A (en) * 2018-01-04 2018-06-29 众安信息技术服务有限公司 A kind of treasury bond futures actively do city's system
CN108242023A (en) * 2018-01-04 2018-07-03 众安信息技术服务有限公司 A kind of intelligent trading system
CN108416617A (en) * 2018-02-06 2018-08-17 劳洪波 Terminal locks valence stock and integrates transaction processing system and transaction processing method with spin-off
CN108920290A (en) * 2018-07-13 2018-11-30 江西久链技术服务有限公司 A kind of method of commerce being blended in All Activity platform
CN109274747A (en) * 2018-09-29 2019-01-25 上海中畅信息科技有限公司 Market gateway system and its processing method
CN109544037B (en) * 2018-12-19 2021-05-25 上海金融期货信息技术有限公司 Non-invasive security futures trading pre-transaction wind control gateway system
CN110275906B (en) * 2019-06-06 2023-04-18 深圳证券通信有限公司 Distribution method for market quotation library
CN110389752A (en) * 2019-07-26 2019-10-29 上海量锐信息科技有限公司 A kind of financial business logical code implementation method separated with mathematical logic
CN110390596B (en) * 2019-07-30 2023-06-27 上海金融期货信息技术有限公司 Financial futures trading system
CN110619580B (en) * 2019-09-06 2023-11-24 北京神州同道智能信息技术有限公司 Whole market multi-variety gold financing system based on intelligent data processing platform
CN111161060A (en) * 2019-11-28 2020-05-15 北京睿智融科控股股份有限公司 Comprehensive platform for investment and research transaction
CN111552698B (en) * 2020-04-21 2023-06-06 重庆富民银行股份有限公司 SQL version control system and method for solving environmental difference
CN113285888B (en) * 2021-04-30 2023-10-24 中国银联股份有限公司 Multi-service system multi-data center distribution method, device, equipment and medium
CN114170012B (en) * 2021-11-12 2024-05-14 建信金融科技有限责任公司 Futures trading method, device and system
CN118246963B (en) * 2024-05-29 2024-09-17 杭州高能云科技有限公司 Financial industry customer data processing method and system

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1439138A (en) * 2000-05-18 2003-08-27 债券联合公司 Electronic trading systems and methods
CN102339452A (en) * 2011-11-09 2012-02-01 曾祥洪 Quantitative trading method and system for financial derivatives

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1439138A (en) * 2000-05-18 2003-08-27 债券联合公司 Electronic trading systems and methods
CN102339452A (en) * 2011-11-09 2012-02-01 曾祥洪 Quantitative trading method and system for financial derivatives

Also Published As

Publication number Publication date
CN102663649A (en) 2012-09-12

Similar Documents

Publication Publication Date Title
CN102663649B (en) Financial derivative transaction system
CN111930529B (en) Data synchronization method, device and system based on message queue and microservice
US7216142B2 (en) Network application program interface facilitating communication in a distributed network environment
US8577795B2 (en) System and method for revenue and authorization management
CN101901207B (en) Operating system of heterogeneous shared storage multiprocessor system and working method thereof
CN110795486A (en) Micro-service platform
US20040068479A1 (en) Exploiting asynchronous access to database operations
CN110336702A (en) A kind of system and implementation method of message-oriented middleware
CN111784329B (en) Service data processing method and device, storage medium and electronic device
CN107194810B (en) Asset configuration system and method of operation
CN105162884A (en) Cloud management platform based on micro-service architecture
CN103093342A (en) Online transaction processing platform and transaction processing method thereof
CN101197722A (en) Multi-system error code management method, device and system
CN106027534A (en) System for implementing financial message processing based on Netty
CN101262356A (en) A CDR processing system for communication system
US7979554B2 (en) Apparatus, system, and method for enabling conversational transactions in a service oriented architecture
CN110231980A (en) Processing method, device and the transaction processor of distributed transaction
CN102937964A (en) Intelligent data service method based on distributed system
WO2011150601A1 (en) Transaction processing system
CN101364997A (en) Distributed transaction processing method and system based on network
CN112418784A (en) Service arranging and executing system and method
CN116051106A (en) Abnormal order processing method and device
CN114844907B (en) Bank transaction high-speed low-connection number implementation method based on MQ asynchronous transceiving
US8027907B2 (en) Fixed-income system for managing pre-trade activity
US20200349638A1 (en) Stellar banks external transaction agent for international remittance on stellar network

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
C56 Change in the name or address of the patentee

Owner name: SUZHOU INDUSTRIAL PARK LINKAGE SOFTWARE CO., LTD.

Free format text: FORMER NAME: SUZHOU INDUSTRIAL PARK LINKAGE SOFTWARE LTD.

CP01 Change in the name or title of a patent holder

Address after: Xinghu Street Industrial Park of Suzhou city in Jiangsu province 215123 No. 328 Creative Industry Park

Patentee after: Suzhou Industrial Park Linkage Software Co., Ltd.

Address before: Xinghu Street Industrial Park of Suzhou city in Jiangsu province 215123 No. 328 Creative Industry Park

Patentee before: Suzhou Industrial Park Linkage Software Co.,Ltd.

CP02 Change in the address of a patent holder
CP02 Change in the address of a patent holder

Address after: 215123 No.96 Qitai Road, Suzhou Industrial Park, Jiangsu Province

Patentee after: SUZHOU INDUSTRIAL PARK LINKAGE SOFTWARE Co.,Ltd.

Address before: Xinghu Street Industrial Park of Suzhou city in Jiangsu province 215123 No. 328 Creative Industry Park

Patentee before: SUZHOU INDUSTRIAL PARK LINKAGE SOFTWARE Co.,Ltd.