WO2016013104A1 - Order processing system - Google Patents

Order processing system Download PDF

Info

Publication number
WO2016013104A1
WO2016013104A1 PCT/JP2014/069667 JP2014069667W WO2016013104A1 WO 2016013104 A1 WO2016013104 A1 WO 2016013104A1 JP 2014069667 W JP2014069667 W JP 2014069667W WO 2016013104 A1 WO2016013104 A1 WO 2016013104A1
Authority
WO
WIPO (PCT)
Prior art keywords
order
information
processing
update
processing system
Prior art date
Application number
PCT/JP2014/069667
Other languages
French (fr)
Japanese (ja)
Inventor
義祐 石川
Original Assignee
株式会社野村総合研究所
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 株式会社野村総合研究所 filed Critical 株式会社野村総合研究所
Priority to PCT/JP2014/069667 priority Critical patent/WO2016013104A1/en
Priority to JP2016535605A priority patent/JP6228678B2/en
Publication of WO2016013104A1 publication Critical patent/WO2016013104A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q40/00Finance; Insurance; Tax strategies; Processing of corporate or income taxes
    • G06Q40/04Trading; Exchange, e.g. stocks, commodities, derivatives or currency exchange

Definitions

  • the present invention relates to stock transaction processing technology, and more particularly to an effective technology applied to an order processing system that receives an order instruction from a customer online and processes an order to a trading exchange.
  • the order processing to the exchange system is performed by receiving the order instruction from the customer, recording order information, and ordering information to the exchange It consists of a series of processes such as sending and notification to other users such as traders that order processing has been done, and it is general to implement these processes as one or more transactions on the same process. It is
  • Patent Document 1 transmits to a gateway server an order message received by TCP / IP communication from an order terminal, and at the same time, to the received order message.
  • an application server of a stock dealing system is described, which enables a user to continuously carry out a trading order of stock certificates without waiting for reception of a registration completion notification message from the database server. ing.
  • the process of performing the writing process to the database server is separated from the ordering process of performing the ordering process to the exchange so that the writing process can be performed asynchronously with the ordering process.
  • desynchronizing the order placement process and the writing process to the database may cause, for example, the case where the consistency as the whole order placement process can not be maintained when a failure or the like occurs at the time of writing.
  • DBMS DataBase Management System
  • the processing cost of input / output to the database has been significantly reduced. It is possible to realize processing performance comparable to data sharing.
  • An order processing system is an order processing system for processing an order for securities, which receives order information from an orderer terminal that is an information processing terminal used by an orderer. , The order information is recorded in the database, and the one or more first update processing units for transmitting the order information to the exchange system, and the response information from the exchange system, and the response information And one or more second update processing units that specify the order information recorded in the database based on the information to update the contents, and further transmit the response information to the orderer terminal; and the order from the database
  • One or more notifications for acquiring update information about information and transmitting notification information related to order processing based on the update information to an information processing terminal used by a predetermined user A processing section, and has a.
  • consistency of order status can be achieved by recording order information in a database when performing order processing of securities to the exchange according to the order instruction from the customer. It is possible to improve the performance of order processing while keeping high.
  • FIG. 1 is a diagram schematically showing an example of the configuration and processing of an order processing system according to an embodiment of the present invention.
  • FIG. 8 is a diagram schematically showing another example of the configuration and processing of the order processing system according to an embodiment of the present invention. It is the figure which showed the outline about the example of composition and processing of the conventional order processing system.
  • FIG. 3 is a diagram schematically showing an example of the configuration and processing of a conventional order processing system.
  • the order processing system 1 is an information processing system that performs an order processing of securities to the exchange according to an order instruction from a customer etc.
  • a virtual server built on a server device or a cloud computing environment Composed of An orderer such as a sales trader of a securities company uses an orderer terminal 3 consisting of an information processing terminal such as a personal computer (PC) used by himself / herself from a customer via another system not shown or a network such as the Internet
  • the order processing system 1 is accessed to transmit information on the order instruction.
  • the trader who receives the order instruction from the customer via telephone or electronic mail is the orderer, but the customer can directly access the order processing system 1 to become the orderer himself and It is also possible.
  • one or more uplink update processing units 11 u are operating as a process, and receive order instruction information transmitted from orderer terminal 3 to control the order information and the order processing.
  • the various information and the like are recorded in the order information table 12 expanded on the memory.
  • the order information is generated based on the information of the order instruction, and this is transmitted to the exchange system 2 which is an information processing system of the exchange, thereby performing the order processing.
  • the exchange system 2 which is an information processing system of the exchange, thereby performing the order processing.
  • it notifies the orderer terminal 3 that made the order instruction that the order processing has been performed.
  • the manager terminal 4 used by the manager of the securities company or another trader who has not made an order instruction is notified as required.
  • the order processing is performed in advance by each user. It is assumed that the system 1 can be set and registered.
  • the response information received from the exchange system 2 is received.
  • the entry of the target order in the order information table 12 is specified based on the contents, and the contents are updated. Thereafter, the response information is transmitted to the orderer terminal 3, and the orderer terminal 3 which has made the order instruction is notified that the order processing has been completed. Also, the administrator terminal 4 is notified as needed.
  • each process of the uplink update processing unit 11 u and the downlink update processing unit 11 d includes transmission and reception of information (telegram, message) and writing (and reference) to the order information table 12. Processing is sequentially processed as one or more transactions. Further, in order to share order information between the uplink update processing unit 11 u and the downlink update processing unit 11 d, the order information table 12 expanded in the memory is used instead of the database.
  • the processing performances of the uplink update processing unit 11 u and the downlink update processing unit 11 d in particular, the processing related to the transmission and reception of information between the order processing system 1 and the orderer terminal 3 and the exchange system 2 are processed as much as possible. There is a need to improve performance.
  • the processing is separated and desynchronized on the premise that the cost of the process of writing information (physical input / output) to the database is high.
  • the cost of the process of writing information to the database can be greatly reduced in recent years, but rather, the processing cost for the notification process of performing various notifications to the user becomes relatively large. Tend to In addition, even if a failure occurs in this portion, the notification processing can be treated as one that does not affect the order processing already performed.
  • the order processing system separates the notification processing as a separate process, and shares the order information between the update processing unit and the notification processing unit that performs the notification processing through the database. It shall be.
  • the processing load of the update processing unit can be reduced to cope with high-speed transactions and the like, and consistency in the order processing state at the time of failure occurrence can be maintained.
  • system design and mounting can be easily performed, and maintenance can be improved while reducing mounting costs.
  • FIG. 1 is a diagram schematically showing an example of the configuration and processing of an order processing system according to an embodiment of the present invention.
  • the uplink update processing unit 11 u and the downlink update processing unit 11 d separate the function of performing notification processing to the user as a separate process, and implement as one or more notification processing units 21.
  • the order information database (DB) 31 is included instead of the order information table 12 on the memory.
  • the uplink update processing unit 11 u of the order processing system 1 receives the information of the order instruction transmitted from the orderer terminal 3 and controls the order information and various information for controlling the order processing. Etc. are recorded in the order information DB 31. Thereafter, order information is generated based on the information of the order instruction, and this is transmitted to the exchange system 2 to perform the order processing.
  • the downlink update processing unit 11d receives the response information transmitted from the exchange system 2, and identifies the entry of the target order in the order information DB 31 based on the content thereof. And update its contents. Thereafter, response information is transmitted to the orderer terminal 3.
  • the notification processing unit 21 refers to the order information DB 31 asynchronously to the above-mentioned order processing, extracts information relating to the order to be notified to the user such as the orderer or the manager, and the orderer It notifies the terminal 3 and the administrator terminal 4.
  • the notification processing unit 21 may, for example, execute processing triggered by the content of the order information DB 31 being updated, or periodically search the order information DB 31 at predetermined intervals (for example, every one second). The updated contents may be extracted.
  • the notification process is implemented independently as a separate process, whereby the process in the update processing unit, that is, recording in the order information DB 31 and ordering to the exchange system 2
  • the load of the transmission process of information and the transmission process of response information to the orderer terminal 3 can be greatly reduced. Further, by sharing the order information among the units via the order information DB 31, the system design and implementation can be facilitated.
  • the notification processing unit 21 is separated and the order information is shared via the order information DB 31, all of them are one as shown in the example of FIG.
  • the configuration is not limited to the arrangement on the server system, and can be freely arranged according to the system requirements.
  • FIG. 2 is a diagram schematically showing another example of the configuration and processing of the order processing system according to an embodiment of the present invention.
  • the uplink update processing unit 11 u and the downlink update processing unit 11 d are disposed on the update processing server 10
  • the notification processing unit 21 is disposed on another notification processing server 20.
  • the order information DB 31 is arranged on another DB server 30.
  • each process and database may be arranged on different server systems, the degree of freedom and flexibility of system configuration can be greatly improved.
  • each of these server systems may be located at the same site (eg, in the same data center, etc.), or some server systems may be located at different sites.
  • the update processing server 10 and the notification processing server 20 themselves can also adjust the number and specifications according to the load of the system and the like.
  • the notification processing to the user is separated as a separate process among the series of processing relating to the order of securities, and the update processing is performed. Sharing of order information between the unit and the notification processing unit is performed via the database of the order information DB 31.
  • This makes it possible to greatly reduce the processing load of the update processing unit while maintaining the consistency of the order processing state at the time of failure occurrence.
  • the design and implementation of the system including each process becomes easy, and while it is possible to improve the maintainability while reducing the mounting cost, it is possible to greatly improve the freedom and flexibility of the system configuration. .
  • the present invention is not limited to the above-mentioned embodiment, and can be variously changed in the range which does not deviate from the summary. It goes without saying.
  • the above embodiments have been described in detail in order to explain the present invention in an easy-to-understand manner, and are not necessarily limited to those having all the described configurations.
  • the present invention is applicable to an order processing system that receives an order instruction from a customer online and processes an order to the exchange.
  • 1 order processing system 2 exchange system 3 orderer terminal 4 manager terminal 10 ... update processing server, 11 u ... uplink update processing unit, 11 d ... downlink update processing unit, 12 ... order information table, 20: Notification processing server 21: Notification processing unit 30 ... DB server, 31 ... order information DB

Abstract

Provided is an order processing system with improved order processing capability. A representative embodiment has one or more uplink update processing units that receive order information from ordering terminals, record the order information in an order information database, and additionally transmit the order information to an exchange system, one or more downlink update processing units that receive response information from the exchange system, identify the order information recorded in the order information database on the basis of the response information, update the content, and additionally transmit the response information to the ordering terminals, and one or more notification processing units that acquire the updated information for the order information from the order information database and transmit notification information pertaining to the order processing to the information processing terminal used by a specified user on the basis of the updated information.

Description

注文処理システムOrder processing system
 本発明は、証券取引の処理技術に関し、特に、顧客からのオンラインでの注文指示を受け付けて取引所に対する発注処理を行う注文処理システムに適用して有効な技術に関するものである。 The present invention relates to stock transaction processing technology, and more particularly to an effective technology applied to an order processing system that receives an order instruction from a customer online and processes an order to a trading exchange.
 顧客からの注文指示に従って取引所に対する有価証券の発注処理を行う注文処理システムにおいて、取引所システムへの発注処理は、顧客からの注文指示の受領、注文情報の記録、取引所への発注情報の送信、発注処理を行った旨のトレーダー等の他のユーザへの通知などの一連の処理からなり、これらの処理を1つ以上のトランザクションとして同一のプロセス上で実行するように実装するのが一般的である。 In the order processing system for processing securities orders to the exchange according to the order instruction from the customer, the order processing to the exchange system is performed by receiving the order instruction from the customer, recording order information, and ordering information to the exchange It consists of a series of processes such as sending and notification to other users such as traders that order processing has been done, and it is general to implement these processes as one or more transactions on the same process. It is
 しかし、顧客等のユーザ数の増加および取引数の増加に伴うトランザクション処理の性能劣化の懸念や、近年の取引の高速化などに伴うより一層の処理性能向上へのニーズがある。これに対応するため、ハードウェア面での増強はもちろん、システム的にも、例えば、注文情報などのデータをディスク上ではなくメモリ上で共有するようにし、さらに一部の処理を分離して非同期処理としたり並列処理としたりするなどの手法が検討されている。 However, there is a concern about the performance degradation of transaction processing due to the increase of the number of users such as customers and the number of transactions, and the need for further improvement of the processing performance due to the speeding up of transactions in recent years. In order to cope with this, not only hardware but also systemically, for example, data such as order information is shared not in the disk but in the memory, and part of the processing is separated to be asynchronous. Methods such as processing and parallel processing have been studied.
 これに関連する技術として、例えば、特開2005-135214号公報(特許文献1)には、発注端末からTCP/IP通信にて受信した注文電文をゲートウェイサーバへ送信すると同時に、受信した注文電文に対する応答電文をUDP/IP通信にて発注端末へ送信する発注プロセスと、応答電文の内容に基づく書き込み要求をデータベースサーバへ送信し、データベースサーバからの登録完了通知電文をTCP/IP通信にて受信する発注データ書き込みプロセスとを有することで、データベースサーバからの登録完了通知電文の受信を待たずに、株券の売買注文をユーザが連続して行うことを可能とする株取引システムのアプリケーションサーバが記載されている。 As a technique related to this, for example, Japanese Patent Application Laid-Open No. 2005-135214 (Patent Document 1) transmits to a gateway server an order message received by TCP / IP communication from an order terminal, and at the same time, to the received order message. Send an order process for sending a response message to an ordering terminal via UDP / IP communication and a write request based on the content of the response message to the database server, and receive a registration completion notification message from the database server via TCP / IP communication By having an order data writing process, an application server of a stock dealing system is described, which enables a user to continuously carry out a trading order of stock certificates without waiting for reception of a registration completion notification message from the database server. ing.
特開2005-135214号公報JP 2005-135214 A
 注文処理システムの性能劣化防止もしくは性能向上のため、例えば、上述したようなメモリ上での注文情報データの共有や、非同期処理、並列処理などの手法をとる場合、一定の効果を得ることは可能である。しかしながら、システムの設計や実装が複雑になるため、実装時のコストが上がる一方で、保守性が下がるという課題を有する。 It is possible to obtain certain effects when, for example, sharing order information data on a memory as described above, asynchronous processing, parallel processing, etc., in order to prevent performance deterioration or performance improvement of the order processing system. It is. However, since the design and implementation of the system become complicated, there is a problem that the maintenance cost is lowered while the cost at the implementation is increased.
 また、例えば、特許文献1に記載された技術では、データベースサーバへの書き込み処理を行うプロセスを、取引所に対する発注処理を行う発注プロセスから分離して、書き込み処理を発注処理とは非同期で行えるようにすることで、発注処理の性能を向上させ、ユーザが発注処理を連続して行うことを可能とするとされている。 Further, for example, in the technology described in Patent Document 1, the process of performing the writing process to the database server is separated from the ordering process of performing the ordering process to the exchange so that the writing process can be performed asynchronously with the ordering process. By doing this, it is possible to improve the performance of the ordering process and allow the user to perform the ordering process continuously.
 しかしながら、発注処理とデータベースへの書き込み処理とを非同期化することは、例えば、書き込み時に障害等が発生した場合に発注処理全体としての整合性を維持できなくなる場合が生じ得る。また、近年では、例えば、DBMS(DataBase Management System)においてデータをメインメモリ上に格納するインメモリ技術の採用が広がるなど、データベースに対する入出力の処理コストは大幅に低減しており、メモリ上でのデータの共有に匹敵する程度の処理性能を実現することが可能である。 However, desynchronizing the order placement process and the writing process to the database may cause, for example, the case where the consistency as the whole order placement process can not be maintained when a failure or the like occurs at the time of writing. Also, in recent years, for example, adoption of in-memory technology for storing data in main memory in DBMS (DataBase Management System) has spread, etc., and the processing cost of input / output to the database has been significantly reduced. It is possible to realize processing performance comparable to data sharing.
 そこで本発明の目的は、顧客からの注文指示に従って取引所に対する有価証券の発注処理を行う際に、注文情報をデータベースに記録することにより、注文状態の整合性を高く保ちつつ発注処理の性能を向上させる注文処理システムを提供することにある。 Therefore, it is an object of the present invention to record the order information in a database when performing an order process of securities to the exchange according to the order instruction from the customer, thereby maintaining the performance of the order process while keeping the consistency of the order status high. To provide an improved order processing system.
 本発明の前記ならびにその他の目的と新規な特徴は、本明細書の記述および添付図面から明らかになるであろう。 The above and other objects and novel features of the present invention will be apparent from the description of the present specification and the accompanying drawings.
 本願において開示される発明のうち、代表的なものの概要を簡単に説明すれば、以下のとおりである。 The outline of typical ones of the inventions disclosed in the present application will be briefly described as follows.
 本発明の代表的な実施の形態による注文処理システムは、有価証券についての注文を処理する注文処理システムであって、注文者が使用する情報処理端末である注文者端末からの注文情報を受信して、前記注文情報をデータベースに記録し、さらに前記注文情報を取引所システムへ送信する1つ以上の第1の更新処理部と、前記取引所システムからの応答情報を受信して、前記応答情報に基づいて前記データベースに記録された前記注文情報を特定して内容を更新し、さらに前記応答情報を前記注文者端末へ送信する1つ以上の第2の更新処理部と、前記データベースから前記注文情報についての更新情報を取得し、所定のユーザが使用する情報処理端末に対して前記更新情報に基づいて注文処理に係る通知情報を送信する1つ以上の通知処理部と、を有するものである。 An order processing system according to a representative embodiment of the present invention is an order processing system for processing an order for securities, which receives order information from an orderer terminal that is an information processing terminal used by an orderer. , The order information is recorded in the database, and the one or more first update processing units for transmitting the order information to the exchange system, and the response information from the exchange system, and the response information And one or more second update processing units that specify the order information recorded in the database based on the information to update the contents, and further transmit the response information to the orderer terminal; and the order from the database One or more notifications for acquiring update information about information and transmitting notification information related to order processing based on the update information to an information processing terminal used by a predetermined user A processing section, and has a.
 本願において開示される発明のうち、代表的なものによって得られる効果を簡単に説明すれば以下のとおりである。 The effects obtained by typical ones of the inventions disclosed in the present application will be briefly described as follows.
 すなわち、本発明の代表的な実施の形態によれば、顧客からの注文指示に従って取引所に対する有価証券の発注処理を行う際に、注文情報をデータベースに記録することにより、注文状態の整合性を高く保ちつつ発注処理の性能を向上させることが可能となる。 That is, according to a representative embodiment of the present invention, consistency of order status can be achieved by recording order information in a database when performing order processing of securities to the exchange according to the order instruction from the customer. It is possible to improve the performance of order processing while keeping high.
本発明の一実施の形態である注文処理システムの構成および処理の例について概要を示した図である。FIG. 1 is a diagram schematically showing an example of the configuration and processing of an order processing system according to an embodiment of the present invention. 本発明の一実施の形態である注文処理システムの構成および処理の他の例について概要を示した図である。FIG. 8 is a diagram schematically showing another example of the configuration and processing of the order processing system according to an embodiment of the present invention. 従来の注文処理システムの構成および処理の例について概要を示した図である。It is the figure which showed the outline about the example of composition and processing of the conventional order processing system.
 以下、本発明の実施の形態を図面に基づいて詳細に説明する。なお、実施の形態を説明するための全図において、同一部には原則として同一の符号を付し、その繰り返しの説明は省略する。また、以下においては、本発明の特徴を分かり易くするために、従来の技術と比較して説明する。 Hereinafter, embodiments of the present invention will be described in detail based on the drawings. Note that, in all the drawings for describing the embodiments, the same reference numeral is attached to the same part in principle, and the repetitive description thereof will be omitted. Also, in the following, in order to make the features of the present invention intelligible, it will be described in comparison with the prior art.
 <概要>
 図3は、従来の注文処理システムの構成および処理の例について概要を示した図である。注文処理システム1は、上述したように、顧客等からの注文指示に従って取引所に対する有価証券の発注処理を行う情報処理システムであり、例えば、サーバ機器やクラウドコンピューティング環境上に構築された仮想サーバなどによって構成される。証券会社のセールストレーダーなどの注文者は、自身が使用するPC(Personal Computer)等の情報処理端末からなる注文者端末3を利用して、図示しない他システムもしくはインターネット等のネットワークを介して顧客から受領した注文指示に基づいて、注文処理システム1にアクセスし、注文指示の情報を送信する。なお、本実施の形態では、顧客から電話や電子メールなどにより注文指示を受領したトレーダーが注文者となるものとしているが、顧客が直接注文処理システム1にアクセスして自ら注文者となれる構成とすることも可能である。
<Overview>
FIG. 3 is a diagram schematically showing an example of the configuration and processing of a conventional order processing system. As described above, the order processing system 1 is an information processing system that performs an order processing of securities to the exchange according to an order instruction from a customer etc. For example, a virtual server built on a server device or a cloud computing environment Composed of An orderer such as a sales trader of a securities company uses an orderer terminal 3 consisting of an information processing terminal such as a personal computer (PC) used by himself / herself from a customer via another system not shown or a network such as the Internet Based on the received order instruction, the order processing system 1 is accessed to transmit information on the order instruction. In this embodiment, the trader who receives the order instruction from the customer via telephone or electronic mail is the orderer, but the customer can directly access the order processing system 1 to become the orderer himself and It is also possible.
 注文処理システム1では、1つ以上の上り更新処理部11uがプロセスとして稼働しており、注文者端末3から送信された注文指示の情報を受け付けて、当該注文情報や、発注処理を制御するための各種情報等をメモリ上に展開された注文情報テーブル12に記録しておく。その後、注文指示の情報に基づいて発注情報を生成し、これを取引所の情報処理システムである取引所システム2に対して送信することで発注処理を行う。その後、発注処理が行われた旨を、注文指示を行った注文者端末3に通知する。また、必要に応じて、証券会社の管理者や、注文指示を行なっていない他のトレーダーが使用する管理者端末4にも通知する。なお、各ユーザ(注文者や管理者など)に対してそれぞれどのような情報を通知すべきか、すなわち、各ユーザがどのような情報についての通知を欲しているかについては、各ユーザが予め注文処理システム1に対して設定、登録しておくことができるものとする。 In order processing system 1, one or more uplink update processing units 11 u are operating as a process, and receive order instruction information transmitted from orderer terminal 3 to control the order information and the order processing. The various information and the like are recorded in the order information table 12 expanded on the memory. Thereafter, the order information is generated based on the information of the order instruction, and this is transmitted to the exchange system 2 which is an information processing system of the exchange, thereby performing the order processing. Thereafter, it notifies the orderer terminal 3 that made the order instruction that the order processing has been performed. In addition, the manager terminal 4 used by the manager of the securities company or another trader who has not made an order instruction is notified as required. In addition, as to what kind of information should be notified to each user (the orderer, the administrator, etc.), that is, as to what kind of information each user wants to be notified, the order processing is performed in advance by each user. It is assumed that the system 1 can be set and registered.
 取引所システム2から受信する応答情報についても同様であり、注文処理システム1では、1つ以上の下り更新処理部11dがプロセスとして稼働しており、取引所システム2から送信された応答情報を受け付け、その内容に基づいて注文情報テーブル12における対象の注文のエントリを特定した上でその内容を更新する。その後、応答情報を注文者端末3に対して送信するとともに、発注処理が完了した旨を、注文指示を行った注文者端末3に通知する。また、必要に応じて管理者端末4にも通知する。 The same applies to the response information received from the exchange system 2. In the order processing system 1, one or more downlink update processing units 11d are operating as a process, and the response information transmitted from the exchange system 2 is received. The entry of the target order in the order information table 12 is specified based on the contents, and the contents are updated. Thereafter, the response information is transmitted to the orderer terminal 3, and the orderer terminal 3 which has made the order instruction is notified that the order processing has been completed. Also, the administrator terminal 4 is notified as needed.
 このように、従来技術では、上り更新処理部11uおよび下り更新処理部11dの各プロセスが、それぞれ、情報(電文、メッセージ)の送受信と、注文情報テーブル12への書き込み(および参照)を含む一連の処理を、1つもしくは複数のトランザクションとしてシーケンシャルに処理している。また、上り更新処理部11uと下り更新処理部11dとの間で注文情報を共有するために、データベースではなくメモリ上に展開された注文情報テーブル12を用いている。 As described above, in the related art, each process of the uplink update processing unit 11 u and the downlink update processing unit 11 d includes transmission and reception of information (telegram, message) and writing (and reference) to the order information table 12. Processing is sequentially processed as one or more transactions. Further, in order to share order information between the uplink update processing unit 11 u and the downlink update processing unit 11 d, the order information table 12 expanded in the memory is used instead of the database.
 上述したように、ユーザ数の増加等に伴う処理性能の劣化防止に加え、近年では、特に高速取引などに対応するために、顧客と取引所との間の情報の処理については、可能な限り処理性能を向上させて高速化を図りたいというニーズがある。この点、近年では、一般に利用可能なDBMSを用いて構成されたデータベースに対する入出力の処理コストは、インメモリ技術の利用などにより大幅に低減させることが可能である。従って、注文情報をメモリ上に展開された注文情報テーブル12などに記録するのではなく、データベースに記録する構成としても、遜色ない性能を得ることが可能である。 As described above, in addition to the prevention of deterioration in processing performance due to the increase in the number of users etc., in recent years, processing of information between the customer and the exchange as much as possible in order to cope with high speed transactions etc. There is a need to improve processing performance to achieve higher speed. In this respect, in recent years, the processing cost of input / output to a database configured using a generally available DBMS can be significantly reduced by use of in-memory technology or the like. Therefore, it is possible to obtain the same level of performance as recording the order information in the database instead of recording the order information in the order information table 12 etc. expanded in the memory.
 また、データベースを用いることで、例えば、メモリ上に記録された情報についての排他制御や整合性の維持などの各種の制御処理を行うためのプログラム等を別途実装する必要がなく、制御処理はDBMSが有する信頼性の高い各種処理や機能をそのまま利用することができる。これにより、注文情報テーブル12に対する各種制御機能を独自に実装するなどの対応を要さず、開発コストを大きく低減させることが可能である。 Further, by using a database, there is no need to separately install a program or the like for performing various control processes such as exclusion control and maintenance of consistency with respect to information recorded in the memory, for example. The various highly reliable processes and functions possessed by can be used as they are. As a result, it is possible to greatly reduce the development cost without requiring measures such as mounting various control functions for the order information table 12 independently.
 また、上り更新処理部11uおよび下り更新処理部11dの処理性能、特に、注文処理システム1と注文者端末3および取引所システム2との間での情報の授受に係る処理は、可能な限り処理性能を向上させたいというニーズがある。この点、特許文献1に記載された技術では、データベースへの情報の書き込み処理(物理的な入出力)のコストが高いということを前提として、当該処理を分離して非同期化している。 Also, the processing performances of the uplink update processing unit 11 u and the downlink update processing unit 11 d, in particular, the processing related to the transmission and reception of information between the order processing system 1 and the orderer terminal 3 and the exchange system 2 are processed as much as possible. There is a need to improve performance. In this respect, in the technique described in Patent Document 1, the processing is separated and desynchronized on the premise that the cost of the process of writing information (physical input / output) to the database is high.
 しかしながら、上述したように、データベースへの情報の書き込み処理のコストは近年では大きく下げることが可能であり、むしろ、ユーザに対して各種の通知を行う通知処理に係る処理コストが相対的に大きくなっている傾向がある。また、通知処理は、仮にこの部分において障害が発生した場合であっても、既に行われた発注処理に対して影響を与えないものとして取り扱うことが可能である。 However, as described above, the cost of the process of writing information to the database can be greatly reduced in recent years, but rather, the processing cost for the notification process of performing various notifications to the user becomes relatively large. Tend to In addition, even if a failure occurs in this portion, the notification processing can be treated as one that does not affect the order processing already performed.
 そこで、本発明の一実施の形態である注文処理システムは、通知処理を別プロセスとして分離し、更新処理部および通知処理を行う通知処理部の間での注文情報の共有をデータベースを介して行うものとする。これにより、更新処理部の処理負荷を低減させて高速取引などにも対応可能とするとともに、障害発生時の注文処理状態の整合性についても維持可能とする。また、システムの設計や実装を容易に行えるようにし、実装コストを低減させつつ保守性を向上させることを可能とする。 Therefore, the order processing system according to one embodiment of the present invention separates the notification processing as a separate process, and shares the order information between the update processing unit and the notification processing unit that performs the notification processing through the database. It shall be. As a result, the processing load of the update processing unit can be reduced to cope with high-speed transactions and the like, and consistency in the order processing state at the time of failure occurrence can be maintained. In addition, system design and mounting can be easily performed, and maintenance can be improved while reducing mounting costs.
 <システム構成>
 図1は、本発明の一実施の形態である注文処理システムの構成および処理の例について概要を示した図である。上述した図3の構成例との相違点は、上り更新処理部11uおよび下り更新処理部11dから、ユーザに対する通知処理を行う機能を別プロセスとして分離し、1つ以上の通知処理部21として実装している点と、これらの各部の間での注文情報の共有の手段として、メモリ上の注文情報テーブル12ではなく、注文情報データベース(DB)31を有している点である。
<System configuration>
FIG. 1 is a diagram schematically showing an example of the configuration and processing of an order processing system according to an embodiment of the present invention. The difference from the configuration example of FIG. 3 described above is that the uplink update processing unit 11 u and the downlink update processing unit 11 d separate the function of performing notification processing to the user as a separate process, and implement as one or more notification processing units 21. As a means of sharing the order information among these units, the order information database (DB) 31 is included instead of the order information table 12 on the memory.
 図1の例の構成では、注文処理システム1の上り更新処理部11uは、注文者端末3から送信された注文指示の情報を受け付けて、当該注文情報や、発注処理を制御するための各種情報等を注文情報DB31に記録しておく。その後、注文指示の情報に基づいて発注情報を生成し、これを取引所システム2に対して送信することで発注処理を行う。取引所システム2から受信する応答情報についても同様であり、下り更新処理部11dが取引所システム2から送信された応答情報を受け付け、その内容に基づいて注文情報DB31における対象の注文のエントリを特定した上でその内容を更新する。その後、応答情報を注文者端末3に対して送信する。 In the configuration of the example of FIG. 1, the uplink update processing unit 11 u of the order processing system 1 receives the information of the order instruction transmitted from the orderer terminal 3 and controls the order information and various information for controlling the order processing. Etc. are recorded in the order information DB 31. Thereafter, order information is generated based on the information of the order instruction, and this is transmitted to the exchange system 2 to perform the order processing. The same applies to the response information received from the exchange system 2, and the downlink update processing unit 11d receives the response information transmitted from the exchange system 2, and identifies the entry of the target order in the order information DB 31 based on the content thereof. And update its contents. Thereafter, response information is transmitted to the orderer terminal 3.
 一方、上記の発注処理とは非同期に、通知処理部21は、注文情報DB31を参照して、注文者や管理者などのユーザに対して通知すべき注文に係る情報を抽出して、注文者端末3や管理者端末4に対して通知する。通知処理部21は、例えば、注文情報DB31の内容が更新されたことをトリガとして処理を実行するようにしてもよいし、所定の間隔(例えば1秒毎)で定期的に注文情報DB31を検索し、更新内容を抽出するようにしてもよい。定期的に更新内容を抽出する場合は、抽出された情報を全件通知するのではなく、例えば、同一の注文者に関するものや同一の銘柄に関するものなど、所定の条件に合致する複数の情報を1つにまとめて通知することで、通知処理の負荷を低減させることも可能である。 On the other hand, the notification processing unit 21 refers to the order information DB 31 asynchronously to the above-mentioned order processing, extracts information relating to the order to be notified to the user such as the orderer or the manager, and the orderer It notifies the terminal 3 and the administrator terminal 4. The notification processing unit 21 may, for example, execute processing triggered by the content of the order information DB 31 being updated, or periodically search the order information DB 31 at predetermined intervals (for example, every one second). The updated contents may be extracted. In the case of periodically extracting updated contents, instead of notifying all the extracted information, for example, a plurality of pieces of information that match predetermined conditions, such as the one relating to the same orderer and the one relating to the same brand It is also possible to reduce the load of notification processing by collectively notifying in one.
 このように、注文に係る一連の処理のうち、通知処理を別プロセスとして独立させて実装することで、更新処理部における処理、すなわち、注文情報DB31への記録と、取引所システム2への発注情報の送信処理、および注文者端末3への応答情報の送信処理の負荷を大きく低減させることができる。また、各部の間での注文情報の共有を注文情報DB31を介して行うことで、システムの設計や実装を容易にすることができる。 As described above, among the series of processes relating to an order, the notification process is implemented independently as a separate process, whereby the process in the update processing unit, that is, recording in the order information DB 31 and ordering to the exchange system 2 The load of the transmission process of information and the transmission process of response information to the orderer terminal 3 can be greatly reduced. Further, by sharing the order information among the units via the order information DB 31, the system design and implementation can be facilitated.
 本実施の形態では、上述したように、通知処理部21を分離し、また、注文情報を注文情報DB31を介して共有する構成としていることから、図1の例のようにこれら全てを1つのサーバシステム上に配置する構成に限らず、システム要件に応じて自由に配置することが可能である。 In the present embodiment, as described above, since the notification processing unit 21 is separated and the order information is shared via the order information DB 31, all of them are one as shown in the example of FIG. The configuration is not limited to the arrangement on the server system, and can be freely arranged according to the system requirements.
 図2は、本発明の一実施の形態である注文処理システムの構成および処理の他の例について概要を示した図である。図2の例では、上り更新処理部11uと下り更新処理部11dとを更新処理サーバ10上に配置し、通知処理部21を別の通知処理サーバ20上に配置している。さらに、注文情報DB31を別のDBサーバ30上に配置している。このように、各プロセスやデータベースを異なるサーバシステム上に配置可能とすることで、システム構成の自由度、柔軟性を大きく向上させることができる。例えば、これらの各サーバシステムは、同じ拠点(例えば、同じデータセンター内など)に配置してもよいし、一部のサーバシステムを異なる拠点に配置してもよい。また、更新処理サーバ10や通知処理サーバ20自体も、システムの負荷などに応じて台数やスペックを調整することが可能である。 FIG. 2 is a diagram schematically showing another example of the configuration and processing of the order processing system according to an embodiment of the present invention. In the example of FIG. 2, the uplink update processing unit 11 u and the downlink update processing unit 11 d are disposed on the update processing server 10, and the notification processing unit 21 is disposed on another notification processing server 20. Furthermore, the order information DB 31 is arranged on another DB server 30. As described above, by allowing each process and database to be arranged on different server systems, the degree of freedom and flexibility of system configuration can be greatly improved. For example, each of these server systems may be located at the same site (eg, in the same data center, etc.), or some server systems may be located at different sites. The update processing server 10 and the notification processing server 20 themselves can also adjust the number and specifications according to the load of the system and the like.
 また、例えば、上り更新処理部11uや下り更新処理部11dの機能を、注文者端末3上の任意のアプリケーションプログラムから呼び出し可能なAPI(Application Programming Interface)を有する形でクライアントサイドにプロセスやモジュール等として実装することにより、更新処理サーバ10を介さずに、注文者端末3上のクライアントアプリケーションから直接取引所システム2に対して発注処理を行うような構成とすることも可能である。 Further, for example, processes, modules, and the like on the client side by having an API (Application Programming Interface) capable of calling the functions of the uplink update processing unit 11 u and the downlink update processing unit 11 d from any application program on the orderer terminal 3 It is also possible to adopt a configuration in which the client application on the orderer terminal 3 directly performs ordering processing on the exchange system 2 without the update processing server 10.
 以上に説明したように、本発明の一実施の形態である注文処理システム1によれば、有価証券の注文に係る一連の処理のうち、ユーザへの通知処理を別プロセスとして分離し、更新処理部および通知処理部の間での注文情報の共有を注文情報DB31のデータベースを介して行う。これにより、障害発生時の注文処理状態の整合性を維持しつつ、更新処理部の処理負荷を大きく低減させることができる。また、各プロセスを含むシステムの設計や実装が容易となり、実装コストを低減させつつ保守性を向上させることが可能であるとともに、システム構成の自由度や柔軟性を大きく向上させることが可能である。 As described above, according to the order processing system 1 of the embodiment of the present invention, the notification processing to the user is separated as a separate process among the series of processing relating to the order of securities, and the update processing is performed. Sharing of order information between the unit and the notification processing unit is performed via the database of the order information DB 31. This makes it possible to greatly reduce the processing load of the update processing unit while maintaining the consistency of the order processing state at the time of failure occurrence. In addition, the design and implementation of the system including each process becomes easy, and while it is possible to improve the maintainability while reducing the mounting cost, it is possible to greatly improve the freedom and flexibility of the system configuration. .
 以上、本発明者によってなされた発明を実施の形態に基づき具体的に説明したが、本発明は上記の実施の形態に限定されるものではなく、その要旨を逸脱しない範囲で種々変更可能であることはいうまでもない。例えば、上記の実施の形態は本発明を分かりやすく説明するために詳細に説明したものであり、必ずしも説明した全ての構成を備えるものに限定されるものではない。また、上記の実施の形態の構成の一部について、他の構成の追加・削除・置換をすることが可能である。 As mentioned above, although the invention made by the present inventor was concretely explained based on an embodiment, the present invention is not limited to the above-mentioned embodiment, and can be variously changed in the range which does not deviate from the summary. It goes without saying. For example, the above embodiments have been described in detail in order to explain the present invention in an easy-to-understand manner, and are not necessarily limited to those having all the described configurations. Moreover, it is possible to add, delete, and replace other configurations with respect to a part of the configurations of the above-described embodiment.
 本発明は、顧客からのオンラインでの注文指示を受け付けて取引所に対する発注処理を行う注文処理システムに利用可能である。 The present invention is applicable to an order processing system that receives an order instruction from a customer online and processes an order to the exchange.
1…注文処理システム、2…取引所システム、3…注文者端末、4…管理者端末、
10…更新処理サーバ、11u…上り更新処理部、11d…下り更新処理部、12…注文情報テーブル、
20…通知処理サーバ、21…通知処理部、
30…DBサーバ、31…注文情報DB
1 order processing system 2 exchange system 3 orderer terminal 4 manager terminal
10 ... update processing server, 11 u ... uplink update processing unit, 11 d ... downlink update processing unit, 12 ... order information table,
20: Notification processing server 21: Notification processing unit
30 ... DB server, 31 ... order information DB

Claims (6)

  1.  有価証券についての注文を処理する注文処理システムであって、
     注文者が使用する情報処理端末である注文者端末からの注文情報を受信して、前記注文情報をデータベースに記録し、さらに前記注文情報を取引所システムへ送信する1つ以上の第1の更新処理部と、
     前記取引所システムからの応答情報を受信して、前記応答情報に基づいて前記データベースに記録された前記注文情報を特定して内容を更新し、さらに前記応答情報を前記注文者端末へ送信する1つ以上の第2の更新処理部と、
     前記データベースから前記注文情報についての更新情報を取得し、所定のユーザが使用する情報処理端末に対して前記更新情報に基づいて注文処理に係る通知情報を送信する1つ以上の通知処理部と、を有する、注文処理システム。
    An order processing system for processing orders for securities,
    One or more first updates for receiving order information from the orderer terminal, which is an information processing terminal used by the orderer, recording the order information in a database, and transmitting the order information to the exchange system A processing unit,
    Receive response information from the exchange system, specify the order information recorded in the database based on the response information, update the contents, and send the response information to the orderer terminal 1 One or more second update processing units,
    One or more notification processing units that acquire update information about the order information from the database and transmit notification information related to order processing to an information processing terminal used by a predetermined user based on the update information; , An order processing system.
  2.  請求項1に記載の注文処理システムにおいて、
     前記通知処理部は、所定の間隔で前記データベースを検索して前記更新情報を取得し、前記更新情報が複数ある場合に、所定の条件に基づいて複数の前記更新情報から1つの前記通知情報を作成して送信する、注文処理システム。
    In the order processing system according to claim 1,
    The notification processing unit searches the database at predetermined intervals to acquire the update information, and when there is a plurality of update information, one of the notification information is obtained from a plurality of the update information based on a predetermined condition. Create and send an order processing system.
  3.  請求項1に記載の注文処理システムにおいて、
     前記各更新処理部の一部もしくは全部が独立したサーバシステム上で動作する、注文処理システム。
    In the order processing system according to claim 1,
    An order processing system, wherein a part or all of each of the update processing units operate on an independent server system.
  4.  請求項1に記載の注文処理システムにおいて、
     前記第1の更新処理部および前記第2の更新処理部は、前記注文者端末上で動作し、前記注文者端末上のクライアントアプリケーションプログラムから呼び出し可能とするプログラミングインタフェースを有する、注文処理システム。
    In the order processing system according to claim 1,
    The order processing system, wherein the first update processing unit and the second update processing unit operate on the orderer terminal and have a programming interface that can be called from a client application program on the orderer terminal.
  5.  請求項1に記載の注文処理システムにおいて、
     前記通知処理部の一部もしくは全部が独立したサーバシステム上で動作する、注文処理システム。
    In the order processing system according to claim 1,
    An order processing system, wherein part or all of the notification processing unit operates on an independent server system.
  6.  請求項1に記載の注文処理システムにおいて、
     前記データベースが独立したサーバシステム上に配置されている、注文処理システム。
     
     
     
     
     
     
     
     
    In the order processing system according to claim 1,
    An order processing system, wherein the database is located on a separate server system.







PCT/JP2014/069667 2014-07-25 2014-07-25 Order processing system WO2016013104A1 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
PCT/JP2014/069667 WO2016013104A1 (en) 2014-07-25 2014-07-25 Order processing system
JP2016535605A JP6228678B2 (en) 2014-07-25 2014-07-25 Order processing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/JP2014/069667 WO2016013104A1 (en) 2014-07-25 2014-07-25 Order processing system

Publications (1)

Publication Number Publication Date
WO2016013104A1 true WO2016013104A1 (en) 2016-01-28

Family

ID=55162658

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2014/069667 WO2016013104A1 (en) 2014-07-25 2014-07-25 Order processing system

Country Status (2)

Country Link
JP (1) JP6228678B2 (en)
WO (1) WO2016013104A1 (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002083162A (en) * 2000-09-06 2002-03-22 Nec Corp System for sales intermediation
JP2005135214A (en) * 2003-10-31 2005-05-26 Toshiba Solutions Corp Securities trading system
JP2009199485A (en) * 2008-02-25 2009-09-03 Kabu.Com Securities Co Ltd Buying and selling ordering program and buying and selling ordering method

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002083162A (en) * 2000-09-06 2002-03-22 Nec Corp System for sales intermediation
JP2005135214A (en) * 2003-10-31 2005-05-26 Toshiba Solutions Corp Securities trading system
JP2009199485A (en) * 2008-02-25 2009-09-03 Kabu.Com Securities Co Ltd Buying and selling ordering program and buying and selling ordering method

Also Published As

Publication number Publication date
JPWO2016013104A1 (en) 2017-04-27
JP6228678B2 (en) 2017-11-08

Similar Documents

Publication Publication Date Title
US8818940B2 (en) Systems and methods for performing record actions in a multi-tenant database and application system
JP4144897B2 (en) Optimal server in common work queue environment
US10135763B2 (en) System and method for secure and efficient communication within an organization
US20200014659A1 (en) System and method for midserver facilitation of long-haul transport of telemetry for cloud-based services
CN105531711B (en) Context-aware network on data exchange layer
US20160364808A1 (en) System and method for an automated tax preparation kiosk
CN103248670A (en) Connection management in a computer networking environment
EP3905071A1 (en) Comments-ordering method, apparatus, device and computer storage medium
CN109992406A (en) The method and client that picture requesting method, response picture are requested
US10713279B2 (en) Enhanced replication
CN107888700A (en) A kind of shared cloud rendering system and its handling process
US9679262B2 (en) Image index routing
US9843483B2 (en) Distributed computing system
WO2016013104A1 (en) Order processing system
US20160119426A1 (en) Networked data processing apparatus
US20210342123A1 (en) Tiered application pattern
US10616293B1 (en) Multiple account binding
JP5732419B2 (en) Integrated access control system
US10936691B1 (en) Stable identifier architecture
US10447777B1 (en) Method and system for providing a dynamically updated expertise and context based peer-to-peer customer support system within a software application
KR102160850B1 (en) Techniques for message retransmission mechanism
US11755392B2 (en) Edge cloud caching using real-time customer journey insights
US20220094524A1 (en) Technologies for conducting a data transaction between enterprises using a permissioned blockchain infrastructure
CN107515880B (en) Data decentralized processing system and method
CN114428680A (en) Service data processing method, processing system, electronic device, and storage medium

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 14897948

Country of ref document: EP

Kind code of ref document: A1

ENP Entry into the national phase

Ref document number: 2016535605

Country of ref document: JP

Kind code of ref document: A

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 14897948

Country of ref document: EP

Kind code of ref document: A1