WO2005045646A2 - Trade engine processing of mass quote messages with market data message format - Google Patents

Trade engine processing of mass quote messages with market data message format Download PDF

Info

Publication number
WO2005045646A2
WO2005045646A2 PCT/US2004/037238 US2004037238W WO2005045646A2 WO 2005045646 A2 WO2005045646 A2 WO 2005045646A2 US 2004037238 W US2004037238 W US 2004037238W WO 2005045646 A2 WO2005045646 A2 WO 2005045646A2
Authority
WO
WIPO (PCT)
Prior art keywords
market data
data message
orders
message
processing
Prior art date
Application number
PCT/US2004/037238
Other languages
French (fr)
Other versions
WO2005045646A3 (en
Inventor
Ronald Newell
Vijay Menon
Fred Malabre
Joseph Lobraco
Original Assignee
Chicago Mercantile Exchange, Inc.
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 Chicago Mercantile Exchange, Inc. filed Critical Chicago Mercantile Exchange, Inc.
Priority to EP04810547A priority Critical patent/EP1685465A4/en
Priority to CA2544856A priority patent/CA2544856C/en
Priority to JP2006538545A priority patent/JP4680925B2/en
Publication of WO2005045646A2 publication Critical patent/WO2005045646A2/en
Publication of WO2005045646A3 publication Critical patent/WO2005045646A3/en

Links

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
    • 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
    • G06Q20/00Payment architectures, schemes or protocols
    • G06Q20/08Payment architectures
    • G06Q20/10Payment architectures specially adapted for electronic funds transfer [EFT] systems; specially adapted for home banking systems
    • 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
    • G06Q30/00Commerce
    • G06Q30/06Buying, selling or leasing transactions
    • G06Q30/0601Electronic shopping [e-shopping]
    • 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
    • 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/03Credit; Loans; Processing thereof
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L51/00User-to-user messaging in packet-switching networks, transmitted according to store-and-forward or real-time protocols, e.g. e-mail
    • H04L51/07User-to-user messaging in packet-switching networks, transmitted according to store-and-forward or real-time protocols, e.g. e-mail characterised by the inclusion of specific contents
    • H04L51/18Commands or executable codes

Definitions

  • aspects of the present invention relate to the processing of mass quote messages that include a plurality of orders. More specifically, aspects of the present invention provide systems and methods for processing mass quote messages and distributing market data utilizing a delimited message format.
  • the present invention overcomes the problems and limitations of the prior art by providing systems and methods for processing mass quote messages and producing a single market data message.
  • the orders within a mass quote message are processed and result in the production of market data.
  • the market data is stored in one or more market data message buffers.
  • the contents of the market data message buffer(s) is transmitted as a single market data message.
  • the mass quote message includes orders spread across different order books.
  • the mass quote messages may be formatted using a messaging structure that uses delimiters to demarcate data and repeating groups of data.
  • the delimiters may be single- byte control characters that allow data to be extracted using a parsing logic.
  • a parsing algorithm may require that bytes in a message be read in order to locate the delimiters.
  • the message structure may use templates to define message types, data meaning, and data ordering.
  • the template may be disseminated prior to the sending of messages and used as an abstraction so that the meaning of data need not be conveyed in the message.
  • the created messages may present data in the order stipulated by the templates.
  • An application processing the messages may map data to a template and associate it with meaning.
  • the template may be disseminated prior to the sending of messages and used as an abstraction so that the meaning of data need not be conveyed in the message.
  • the use of templates may allow data to be added, deleted, or re-ordered by first distributing an updated template.
  • aspects of the present invention can be partially or wholly implemented on a computer-readable medium, for example, by storing computer- executable instructions or modules, or by utilizing computer-readable data structures.
  • the methods and systems disclosed herein may also include other additional elements, steps, computer-executable instructions, or computer-readable data structures.
  • Figure 1 shows a computer network system that may be used to implement aspects of the present invention
  • Figure 2 illustrates a system for processing mass quote messages and a distributing corresponding market data in accordance with an embodiment of the invention
  • Figure 3 illustrates a computer implemented method for processing mass quote messages in accordance with an embodiment of the invention
  • Figure 4 illustrates a computer implemented method of processing mass quote message that includes creating a market data message buffer, in accordance with an embodiment of the invention
  • Figure 5 shows an embodiment of a messaging structure in accordance with an embodiment of the invention
  • Figure 6 illustrates various delimiters utilized in templates and data messages in accordance with an embodiment of the invention
  • Figure 7 illustrates additional delimiters utilized in templates and data messages in accordance with an embodiment of the invention
  • Figure 8 illustrates a computer implemented method of a creating messaging structure in accordance with an. embodiment of the invention.
  • FIG. 9 illustrates a computer implemented method of processing market data in accordance with an embodiment of the invention.
  • An exchange computer system 100 receives orders and transmits market data related to orders and trades to users.
  • Exchange computer system 100 may be implemented with one or more mainframe, desktop or other computers.
  • a user database 102 includes information identifying traders and other users of exchange computer system 100. Data may include user names and passwords.
  • An account data module 104 may process account information that may be used during trades.
  • a match engine module 106 is included to match bid and offer prices. Match engine module 106 may be implemented with software that executes one or more algorithms for matching bids and offers.
  • a trade database 108 may be included to store information identifying trades and descriptions of trades. In particular, a trade database may store information identifying the time that a trade took place and the contract price.
  • An order book module 110 may be included to compute or otherwise determine current bid and offer prices.
  • a market data module 112 may be included to collect market data and prepare the data for transmission to users.
  • a risk management module 134 may be included to compute and determine a user's risk utilization in relation to the user's defined risk thresholds.
  • An order processing module 136 may be included to decompose delta based and bulk order, types for processing by order book module 110 and match engine module 106.
  • the trading network environment shown in figure 1 includes computer devices 114, 116, 118, 120 and 122.
  • Each computer device includes a central processor that controls the overall operation of the computer and a system bus that connects the central processor to one or more conventional components, such as a network card or modem.
  • Each computer device may also include a variety of interface units and drives for reading and writing data or files.
  • a user can interact with the computer with a keyboard, pointing device, microphone, pen device or other input device.
  • Computer device 114 is shown directly connected to exchange computer system 100.
  • Exchange computer system 100 and computer device 114 may be connected via a Tl line, a common local area network (LAN) or other mechanism for connecting computer devices.
  • LAN local area network
  • Computer device 114 is shown connected to a radio 132.
  • the user of radio 132 may be a trader or exchange employee.
  • the radio user may transmit orders or other information to a user of computer device 114.
  • the user of computer device 114 may then transmit the trade or other information to exchange computer system 100.
  • Computer devices 116 and 118 are coupled to a LAN 124.
  • LAN 124 may have one or more of the well-known LAN topologies and may use a variety of different protocols, such as Ethernet.
  • Computers 116 and 118 may communicate with each other and other computers and devices connected to LAN 124.
  • Computers and other devices may be connected to LAN 124 via twisted pair wires, coaxial cable, fiber optics or other media.
  • a wireless personal digital assistant device (PDA) 122 may communicate with LAN 124 or the Internet 126 via radio waves.
  • PDA 122 may also communicate with exchange computer system 100 via a conventional wireless hub 128.
  • a PDA includes mobile telephones and other wireless devices that communicate with a network via radio waves.
  • Figure 1 also shows LAN 124 connected to the Internet 126.
  • LAN 124 may include a router to connect LAN 124 to the Internet 126.
  • Computer device 120 is shown connected directly to the Internet 126. The connection may be via a modem, DSL line, satellite dish or any other device for connecting a computer device to the Internet.
  • One or more market makers 130 may maintain a market by providing constant bid and offer prices for a derivative or security to exchange computer system 100.
  • Exchange computer system 100 may also exchange information with other trade engines, such as trade engine 138.
  • trade engine 138 One skilled in the art will appreciate that numerous additional computers and systems may be coupled to exchange computer system 100. Such computers and systems may include clearing, regulatory and fee systems.
  • computer device 116 may include computer-executable instructions for receiving order information from a user and transmitting that order information to exchange computer system 100.
  • computer device 118 may include computer-executable instructions for receiving market data from exchange computer system 100 and displaying that information to a user.
  • FIG. 2 illustrates a system for processing mass quote messages and a distributing corresponding market data in accordance with an embodiment of the invention.
  • a mass quote message 202 contains a plurality of orders for financial instruments.
  • the financial instruments may be derivative products.
  • Derivative products may include options on futures contracts, futures contracts that are functions of or related to other futures contracts, or other financial instruments that have their price related to or derived from an underlying product.
  • the orders are for options contracts that belong to a common option class. Orders may also be for baskets, quadrants, other combinations of financial instruments, etc.
  • Mass quote message 202 may be received at an exchange.
  • an exchange is a place or system that receives and executes orders.
  • the orders in mass quote message 202 are delivered to appropriate order book objects 204, 206 and 208.
  • Each order book object may correspond to a particular financial instrument, such as an option contract and may track or maintain the order book for that financial instrument.
  • the market data produced by each order may be delivered to a market data message buffer 210 where market data for each order in mass quote message 202 is compiled. When all of the market data has been received, the contents in market data message buffer 210 may be distributed to traders and others tracking market data. The transmission may be via the Internet 210 or other mechanisms connecting traders to an exchange.
  • FIG. 3 illustrates a computer implemented method for processing mass quote messages in accordance with an embodiment of the invention.
  • a mass quote message is received.
  • the mass quote message includes a plurality of orders for financial instruments and may be received at an exchange, match engine or any other location or device that processes orders for financial instruments.
  • a thread iterates through the mass quote message and passes orders to corresponding order book objects.
  • Step 304 may include sequentially reading all of the orders within the message and passing the orders to corresponding order book objects.
  • Order book objects process orders and generate market data messages in step 306.
  • the processing of orders and generation of market data messages may utilize conventional methods known to those of skill in the art.
  • Each of the market data messages may be stored in a market data message buffer in step 308.
  • the use of a market data message buffer facilitates compiling market data messages so that such messages can be distributed together in a single message.
  • Step 310 may include transmitting a market data message across one or computer, audio, video or data networks.
  • An input thread may determine how many orders are within a mass quote message and pass this number to the market data message buffer.
  • Mass quote messages may also contain a fixed number of orders such that the market data message buffer only needs to count individual market messages.
  • the last order within a mass quote message may include a flag or code that signifies to the market data message buffer or other module that the order is the last order.
  • order book objects may transmit a code to the market data message buffer when each one is done processing the orders that they have received. When the market data message buffer receives a code from each order book object, the buffer knows that it has received market data for each of the orders in the mass quote message.
  • Each order book object may utilize its own thread for processing orders.
  • each order book object may transmit market data messages to a unique market data message buffer.
  • Figure 4 illustrates a computer implemented method of processing mass quote message that includes creating a market data message buffer, in accordance with an embodiment of the invention.
  • a mass quote message is received in step 402.
  • a market data message buffer is created.
  • Step 404 may include determining the required size of the buffer and selecting a buffer from a pool of available buffers or allocating memory for the buffer.
  • step 404 may include creating a plurality of market data message buffers, such that each order book object that is used to process orders has access to a unique market data message buffer.
  • two or more order book objects may also share a market data message buffer.
  • step 406 the plurality of orders included within the mass quote message are processed by order book objects.
  • Step 406 may include generating market data messages for each of the orders with the mass quote message.
  • Each of the market data messages may be stored in a market data message buffer in step 408.
  • step 410 it is determined whether the market data message buffer contains market data for all of the plurality of orders. Step 410 may be performed by using one or more of the processes described above. When all market data has not been received, orders are the processing of orders continues in step 412. When all market data has been received, a single market data message containing the market data stored in the market data buffer is transmitted in step 414.
  • the contents of the buffers may be transmitted as a single market data message after all of the orders have been processed.
  • the embodiments described above utilize a mass quote message.
  • individual orders may be processed and produce market data that is compiled into a single market data message.
  • a variety of criteria may be used to group orders that produce market data that is ultimately compiled into a single market data message. For example, orders received within a predetermined time period or orders for similar financial instruments received within a predetermined time period may be grouped together such that the resulting market data is transmitted within a single market data message.
  • the embodiments described above also transmit a single market data message after all orders have been processed.
  • a market data message may be transmitted before all of the orders are processed. For example, the message may be transmitted at a predetermined time after receiving market data from the first order. This allows market data to be distributed even when the processing of one or more orders takes an undue length of time. After a first market data message is transmitted, subsequent market data messages may be transmitted upon receipt of additional market data.
  • Aspects of the invention further comprise a messaging structure 500 ( Figure 5) for communicating electronic data of any nature within the printable character set of any language. Meaning may be associated with actual message content without including any keys in the actual messages or requiring any kind of positional references to data in the messages.
  • the approach supports flat message structures, as well as nested groups of repeatable data to any level of nested depth.
  • a financial data message may comprise a market data message sent from an exchange and/or orders or messages delivered to an exchange.
  • Figure 5 illustrates one embodiment of messaging structure 500.
  • a template 501 and a message 503 are illustrated.
  • the message structure 500 may consist of delimiters to demarcate each attribute so that datum can be easily extracted.
  • Templates such as template 501 may predefine an attribute order so that extracted datum can be associated with meaning.
  • the use of delimiters and templates in messaging structure 500 may enable the messaging structure to be readily extensible.
  • " 506 is used to denote a delimiter in an embodiment of the invention. Those skilled in the art will realize that many other additional characters may be utilized to represent a delimiter such as characters "[" 510 and "]” 512 and " ⁇ " 514.
  • the delimiters may separate data elements within a given message structure.
  • One or more templates such as template 501 may be defined and disseminated to 1) indicate the number and nature of supported message structures (flat or nested groups of repeatable data), as well as 2) the meaning of the data that may be communicated within a given message structure.
  • the delimiters used may or may not be communicated in the templates, as well.
  • One or more message structures corresponding to each template may be defined and disseminated, carrying actual or meaningful content.
  • Figures 6 and 7 illustrate various options for delimiters to be used in messaging structure 500 of the present invention.
  • Figures 6 and 7 are not an exhaustive list of the various delimiters choices but are only an illustrative list.
  • Figures 6 and 7 may contain other options and may map to other options (not shown) using varying multiples of characters to represent the four illustrated delimiters.
  • the use of multiple characters for delimiters may be less efficient but semantically the same as the options illustrated in Figures 6 and 7.
  • Figures 6 and 7 include a unique delimiters column 602 which may indicate the number of unique characters used to build delimiters. Some of the various options may use multiple consecutive occurrences of one character to form a delimiter. The choice of delimiter characters may not change the format or the messaging structure 500. Considerations such as printability and character set may affect the actual characters and encoding chosen. For each alternative presented, a printable character may be chosen to represent each of the delimiters.
  • Each table in both Figures 6 and 7 includes a "Field Delimiter” column 604, a "Group Start” column 606, a "Group End” column 608, a "Sample” column 610, and a "Notes" column 612.
  • the "Sample” column 610 may include a normalized sample. The sample may be translated into its form for each alternative presented.
  • Figure 7 also includes a "Group Delimiter” column 614, "Options Fields” column 616, and a "Repeating Group Column” 618.
  • the "Options Fields” 616 shown in Figure 7 may be attached at the end of data messages.
  • the "Options Fields” 616 may also be found at the end of repeating groups in data messages or at other places in a message and/or repeating groups in data messages.
  • the delimiters defined in Figures 6 and 7 may be used to demarcate attributes and repeating groups. The utilization of four delimiters is deemed optimal such as "Field Delimiter" 604, "Group Start” 606 delimiter, "Group Delimiter” 614, and "Group End” 608 delimiter.
  • delimiters may be optimal because: 1) counts for the number of times a group repeats may not be needed thus saving bytes and simplifying the parsing algorithm; 2) delimiters at the end of repeating groups may be dropped if no data is present; 3) the parsing algorithm to extract datum may be generic for all messages; and 4) any message may be parsed without reference to message types.
  • Delimiters and templates may be disseminated or communicated by any means that allow them to be incorporated in an electronic system.
  • the message structures then disseminated may be of variable length with data elements shortened or extended in length, as well as included or not present on a real-time per message basis.
  • Message structures, depending on the choice of implementation, may be parsed without prior knowledge of the message content, without references or keys to the content, and/or without fixed positional reference to the message structures.
  • One or more templates such as template 501 may be defined and disseminated to 1) indicate the number and nature of supported messages (linear or nested groups), as well as 2) indicate the meaning of the data that may be communicated within a given type of message. Templates may allow datum to be associated with meaning by 1) defining the attributes, and 2) indicating the order in which they will appear. The use of delimiters within a given message type may also be communicated in its template.
  • templates Once the templates have been disseminated, messages corresponding to each template may be built and disseminated, carrying actual content.
  • the messages may be of variable length with data elements shortened or extended in length, as well as included or not present on a real-time basis. Templates, and thus messages, may be changed on-the- fly so that attributes can be added, deleted, and/or re-order as needed. Template and message integrity may be checked per instance of receipt by validating message size.
  • a message may consist, conceptually, of fields and repeating groups. Repeating groups may be nested and also consist of fields and repeating groups. In templates, a repeating group may only exist once. In messages, a repeating group may occur multiple times. All these occurrences may be consecutive.
  • messages may consist, structurally, of fields and delimiters. Every field may be followed by one or more delimiters. Field delimiters may separate fields within a group or in the message. If the last element of a message is not a repeating group, it may be followed by a "Field Delimiter" 604; otherwise it may be followed by the "Group End” 608 delimiter. "Group Start” 606 delimiters may mark the beginning of a group definition in a template and a repeating group in a data message. "Group Delimiters" 614 do not exist in templates and separate occurrences of a repeating group in data messages.
  • Group End 608 delimiters may mark the end of a repeating group and may be placed after the last element of the last occurrence of a repeating group. Every "Group Start” 606 delimiter may be matched by a "Group End” 608 delimiter later in the message.
  • Message structure 500 may perform several functions such as: 1) order attributes which convey data; 2) it provides a means for extracting specific datum from the overall message; and/or 3) provide a method for associating the datum with meaning.
  • Optimizing a message structure therefore, involves ordering attributes in an efficient manner while allowing datum to be extracted and associated with meaning in a likewise efficient manner.
  • An optimized message structure moreover, may readily allow attributes to be added, deleted or re-ordered, as well as efficiently handle attributes which either may not be present or vary in length on a per message basis.
  • a fully optimized message structure may communicate only meaningful content in a format that expresses the data in the smallest possible size.
  • a structure for stating price for example, may only state the price without overhead.
  • the format for stating the price moreover, might be optimized by expressing it as a binary rather than string statement.
  • Message structure 500 orders attributes in a very efficient manner.
  • Message Structure 500 may use delimiters to demarcate each attribute so datum can be readily extracted.
  • Message structure 500 may use templates to pre-define attribute ordering so extracted datum can be associated with meaning.
  • Message structure 500 may carry data within the printable character set of any language.
  • Message structure 500 supports linear strings of data, as well as nested groups of repeatable data to any level of nested depth. Ordering of attributes may be determined by at least four factors: 1) attributes which are potentially repeatable to optimize efficiency are placed in repeating groups; 2) repeating groups are nested so that common data resides in the outer most group(s) and unique data resides in the inner most group(s); 3) data common to the entire message resides outside any repeating group; 4) attributes which may not appear often are placed at the end of a repeating group or at the end of the message. The last factor may allow delimiters for those attributes without values in a given instance to be dropped.
  • Template and message integrity may be checked per instance of receipt by validating message size. Messages may be further validated against the structure of its corresponding template.
  • the advantages of the delimited structure may include: 1) efficient message structure that produces message sizes comparable to or better than an optimized fixed length structure; 2) retains the flexibility of key- value and mockup structures for adding, re-ordering and extending the length of data elements contained in messages; 3) supports linear data strings, as well as nested groups of repeatable data to any level of nested depth.
  • attributes can be added, deleted, and/or re-order on-the-fly by defining and disseminating a template and then sending messages corresponding to the given template; 5) attributes can be shortened or extended in length, as well as included or not present on a real-time per message basis; 6) messages can be parsed without prior knowledge of the message type, as well as without references or keys to the content; 7) any number of templates and/or message types can be defined, and any nature of data within the printable character set of any language can be communicated; and 8) it is easier to optimize both up-front and over time than a fixed length structure.
  • a further advantage of the delimited structure may include a variable length message structure that consumes no more bytes than: 1) for linear data strings, the number of bytes used for actual data plus one byte per delimiter in a given message; or 2) for nested message structures, the same number of bytes as above plus potentially X number of bytes to close each nested group of data.
  • the fixed length message size is inflated by a total of 11 unneeded characters in this instance.
  • the delimited structure may be ultimately deemed equal to the use of an optimized fix length structure when the structures do not include repeating groups of data.
  • the constraints may include: 1) the more attributes with values that will vary in length as well as the more attributes that will not be present in every instance, the more efficient the delimited structure will be; and 2) the more attributes with values of constant length and always present the more efficient the fixed length structure will be.
  • Figure 8 illustrates a computer a messaging structure in accordance with an embodiment of the invention.
  • a template is created that defines the order of the plurality of fields.
  • the template may be transmitted though a network as illustrated in Figure 1.
  • the market data to be transmitted may be compiled in step 805.
  • the market data may include a plurality of financial information such as orders, quotes or mass quotes, trades, and statistics.
  • the financial information may include derivate products. Derivative products may include options on futures contracts, futures contracts, future contracts that are functions of or related to other futures contracts, or other financial instruments that have their price related to or derived from an underlying product.
  • a financial data message may be created in step 806.
  • the financial data message may comprise a market data message sent from an exchange and/or orders or messages delivered to an exchange.
  • the financial data message includes a plurality of fields that have been separated by delimiters.
  • the delimiters may include at least one delimiter that is used to identify a repeated group of information.
  • the financial data message may be transmitted from an exchange or similar system. The transmission may be across one or more computer, audio, video or data networks.
  • FIG. 9 illustrates a computer implemented method of processing a market data message having a plurality of fields separated by delimiters in accordance with an aspect of the invention.
  • a template may be received.
  • the template may define the order of the plurality of fields of the market data message.
  • a market data message may also be received.
  • the market data message may include a plurality of fields separated by delimiters.
  • the source of the market data message may be the same as the source of the template.
  • the market data message may be parsed to extract the fields separated by the delimiters.
  • the data extracted from the market data message may include market data containing a plurality of orders for financial instruments.
  • the data in the market data message may be interpreted based information such as order information included in the template.
  • the embodiments described above utilize market data.
  • individual orders and quotes may use the same message structure.
  • the messaging structure 500 of the present invention may be used in the processing of market data.
  • the market data may contain a plurality of orders for financial instruments.
  • the financial instruments may be derivative products. Derivative products may include options on futures contracts, futures contracts that are functions of or related to other futures contracts, or other financial instruments that have their price related to or derived from an underlying product. These market data may be received at an exchange that receives and executes orders.

Abstract

Systems and methods are provided for processing mass quote messages and generating market data. A mass quote message (202) is received and individual orders are parsed and processed. Individual market data messages are stored in a market data message buffer (210). After all orders are processed, the contents of the market data message buffer are distributed as a single market data message. A messaging structure (500) allows for adding, re-ordering and/or expanding data, within the printable character set of any language. One or more delimiters are defined and used to delimit data elements within the message structure (500). The data is interpreted based on templates (501) which may be disseminated prior to the sending of messages.

Description

TRADE ENGINE PROCESSING OF MASS QUOTE MESSAGES WITH MARKET DATA MESSAGE FORMAT
[01] The present application claims the benefit of U.S. Application No. 10/903,826, filed July 30, 2004. The present application also claims the benefit of U.S. Provisional patent application No. 60/517,491, filed November 5, 2003, the entire disclosures of both applications are hereby incorporated by reference.
FIELD OF THE INVENTION
[02] Aspects of the present invention relate to the processing of mass quote messages that include a plurality of orders. More specifically, aspects of the present invention provide systems and methods for processing mass quote messages and distributing market data utilizing a delimited message format.
BACKGROUND
[03] Current financial instrument trading systems allow traders to combine orders for a group of financial instruments into a single order called a mass quote message. For example, a trader may use a mass quote message when transmitting orders for a group of related option contracts, such as an option series belonging to one option class. With conventional trade engines, each individual order is processed separately and results in the creation of market data. The market data produced for each trade is then distributed to traders and other entities.
[04] As the number of orders and traders increases, the distribution of market data messages can strain computer systems and networks that are used to transmit such messages. In addition, the processing of numerous messages and associated overhead consumes bandwidth and processing time. Current messaging structures use fixed length, key- value paired, and/or message mockup structures to communicate content. These current messaging structures are inefficient due to overhead associated with padding extra bytes or use of keys or references which may be contained in the message. Therefore, there is a need in the art for improved systems and methods for processing mass quote messages and producing and distributing market data messages using an improved electronic message structure.
SUMMARY OF THE INVENTION
[05] The present invention overcomes the problems and limitations of the prior art by providing systems and methods for processing mass quote messages and producing a single market data message. The orders within a mass quote message are processed and result in the production of market data. The market data is stored in one or more market data message buffers. The contents of the market data message buffer(s) is transmitted as a single market data message. In some embodiment of the invention, the mass quote message includes orders spread across different order books.
[06] The mass quote messages may be formatted using a messaging structure that uses delimiters to demarcate data and repeating groups of data. The delimiters may be single- byte control characters that allow data to be extracted using a parsing logic. A parsing algorithm may require that bytes in a message be read in order to locate the delimiters. The message structure may use templates to define message types, data meaning, and data ordering. The template may be disseminated prior to the sending of messages and used as an abstraction so that the meaning of data need not be conveyed in the message. The created messages may present data in the order stipulated by the templates. An application processing the messages may map data to a template and associate it with meaning. The template may be disseminated prior to the sending of messages and used as an abstraction so that the meaning of data need not be conveyed in the message. The use of templates may allow data to be added, deleted, or re-ordered by first distributing an updated template.
[07] In various embodiments, aspects of the present invention can be partially or wholly implemented on a computer-readable medium, for example, by storing computer- executable instructions or modules, or by utilizing computer-readable data structures. Of course, the methods and systems disclosed herein may also include other additional elements, steps, computer-executable instructions, or computer-readable data structures. [08] The details of these and other embodiments of the present invention are set forth in the accompanying drawings and the description below. Other features and advantages of the invention will be apparent from the description and drawings, and from the claims.
BRIEF DESCRIPTION OF THE DRAWINGS
[09] The present invention may take physical form in certain parts and steps, embodiments of which will be described in detail in the following description and illustrated in the accompanying drawings that form a part hereof, wherein:
[10] Figure 1 shows a computer network system that may be used to implement aspects of the present invention;
[11] Figure 2 illustrates a system for processing mass quote messages and a distributing corresponding market data in accordance with an embodiment of the invention;
[12] Figure 3 illustrates a computer implemented method for processing mass quote messages in accordance with an embodiment of the invention;
[13] Figure 4 illustrates a computer implemented method of processing mass quote message that includes creating a market data message buffer, in accordance with an embodiment of the invention;
[14] Figure 5 shows an embodiment of a messaging structure in accordance with an embodiment of the invention;
[15] Figure 6 illustrates various delimiters utilized in templates and data messages in accordance with an embodiment of the invention;
[16] Figure 7 illustrates additional delimiters utilized in templates and data messages in accordance with an embodiment of the invention;
[17] Figure 8 illustrates a computer implemented method of a creating messaging structure in accordance with an. embodiment of the invention; and
[18] Figure 9 illustrates a computer implemented method of processing market data in accordance with an embodiment of the invention. DETAILED DESCRIPTION
Exemplary Operating Environment [19] Aspects of the present invention are preferably implemented with computer devices and computer networks that allow users to exchange trading information. An exemplary trading network environment for implementing trading systems and methods is shown in Figure 1. An exchange computer system 100 receives orders and transmits market data related to orders and trades to users. Exchange computer system 100 may be implemented with one or more mainframe, desktop or other computers. A user database 102 includes information identifying traders and other users of exchange computer system 100. Data may include user names and passwords. An account data module 104 may process account information that may be used during trades. A match engine module 106 is included to match bid and offer prices. Match engine module 106 may be implemented with software that executes one or more algorithms for matching bids and offers. A trade database 108 may be included to store information identifying trades and descriptions of trades. In particular, a trade database may store information identifying the time that a trade took place and the contract price. An order book module 110 may be included to compute or otherwise determine current bid and offer prices. A market data module 112 may be included to collect market data and prepare the data for transmission to users. A risk management module 134 may be included to compute and determine a user's risk utilization in relation to the user's defined risk thresholds. An order processing module 136 may be included to decompose delta based and bulk order, types for processing by order book module 110 and match engine module 106.)
[20] The trading network environment shown in figure 1 includes computer devices 114, 116, 118, 120 and 122. Each computer device includes a central processor that controls the overall operation of the computer and a system bus that connects the central processor to one or more conventional components, such as a network card or modem. Each computer device may also include a variety of interface units and drives for reading and writing data or files. Depending on the type of computer device, a user can interact with the computer with a keyboard, pointing device, microphone, pen device or other input device. [21] Computer device 114 is shown directly connected to exchange computer system 100. Exchange computer system 100 and computer device 114 may be connected via a Tl line, a common local area network (LAN) or other mechanism for connecting computer devices. Computer device 114 is shown connected to a radio 132. The user of radio 132 may be a trader or exchange employee. The radio user may transmit orders or other information to a user of computer device 114. The user of computer device 114 may then transmit the trade or other information to exchange computer system 100.
[22] Computer devices 116 and 118 are coupled to a LAN 124. LAN 124 may have one or more of the well-known LAN topologies and may use a variety of different protocols, such as Ethernet. Computers 116 and 118 may communicate with each other and other computers and devices connected to LAN 124. Computers and other devices may be connected to LAN 124 via twisted pair wires, coaxial cable, fiber optics or other media. Alternatively, a wireless personal digital assistant device (PDA) 122 may communicate with LAN 124 or the Internet 126 via radio waves. PDA 122 may also communicate with exchange computer system 100 via a conventional wireless hub 128. As used herein, a PDA includes mobile telephones and other wireless devices that communicate with a network via radio waves.
[23] Figure 1 also shows LAN 124 connected to the Internet 126. LAN 124 may include a router to connect LAN 124 to the Internet 126. Computer device 120 is shown connected directly to the Internet 126. The connection may be via a modem, DSL line, satellite dish or any other device for connecting a computer device to the Internet.
[24] One or more market makers 130 may maintain a market by providing constant bid and offer prices for a derivative or security to exchange computer system 100. Exchange computer system 100 may also exchange information with other trade engines, such as trade engine 138. One skilled in the art will appreciate that numerous additional computers and systems may be coupled to exchange computer system 100. Such computers and systems may include clearing, regulatory and fee systems.
[25] The operations of computer devices and systems shown in figure 1 may be controlled by computer-executable instructions stored on computer-readable medium. For example, computer device 116 may include computer-executable instructions for receiving order information from a user and transmitting that order information to exchange computer system 100. In another example, computer device 118 may include computer-executable instructions for receiving market data from exchange computer system 100 and displaying that information to a user.
[26] Of course, numerous additional servers, computers, handheld devices, personal digital assistants, telephones and other devices may also be connected to exchange computer system 100. Moreover, one skilled in the art will appreciate that the topology shown in figure 1 is merely an example and that the components shown in figure 1 may be connected by numerous alternative topologies.
Mass Quote Message Processing and Market Data Dissemination [27] Figure 2 illustrates a system for processing mass quote messages and a distributing corresponding market data in accordance with an embodiment of the invention. A mass quote message 202 contains a plurality of orders for financial instruments. The financial instruments may be derivative products. Derivative products may include options on futures contracts, futures contracts that are functions of or related to other futures contracts, or other financial instruments that have their price related to or derived from an underlying product. In one embodiment of the invention, the orders are for options contracts that belong to a common option class. Orders may also be for baskets, quadrants, other combinations of financial instruments, etc. Mass quote message 202 may be received at an exchange. As used herein, an exchange is a place or system that receives and executes orders. The orders in mass quote message 202 are delivered to appropriate order book objects 204, 206 and 208. Each order book object may correspond to a particular financial instrument, such as an option contract and may track or maintain the order book for that financial instrument. The market data produced by each order may be delivered to a market data message buffer 210 where market data for each order in mass quote message 202 is compiled. When all of the market data has been received, the contents in market data message buffer 210 may be distributed to traders and others tracking market data. The transmission may be via the Internet 210 or other mechanisms connecting traders to an exchange.
[28] Figure 3 illustrates a computer implemented method for processing mass quote messages in accordance with an embodiment of the invention. First, in step 302 a mass quote message is received. The mass quote message includes a plurality of orders for financial instruments and may be received at an exchange, match engine or any other location or device that processes orders for financial instruments. Next, in step 304 a thread iterates through the mass quote message and passes orders to corresponding order book objects. Step 304 may include sequentially reading all of the orders within the message and passing the orders to corresponding order book objects.
[29] Order book objects process orders and generate market data messages in step 306. The processing of orders and generation of market data messages may utilize conventional methods known to those of skill in the art. Each of the market data messages may be stored in a market data message buffer in step 308. The use of a market data message buffer facilitates compiling market data messages so that such messages can be distributed together in a single message. Finally, when market data has been received for all orders in the mass quote message, the contents in the market data message buffer is transmitted in step 310. Step 310 may include transmitting a market data message across one or computer, audio, video or data networks.
[30] There are a number of alternative methods for determining when a market data message buffer has received market data for all of the orders in a mass quote message. An input thread may determine how many orders are within a mass quote message and pass this number to the market data message buffer. Mass quote messages may also contain a fixed number of orders such that the market data message buffer only needs to count individual market messages. In another alternative embodiment, the last order within a mass quote message may include a flag or code that signifies to the market data message buffer or other module that the order is the last order. In yet another embodiment of the invention, order book objects may transmit a code to the market data message buffer when each one is done processing the orders that they have received. When the market data message buffer receives a code from each order book object, the buffer knows that it has received market data for each of the orders in the mass quote message. Each order book object may utilize its own thread for processing orders.
[31] Aspects of the invention may also use fixed, single and multiple market data message buffers. For example, each order book object may transmit market data messages to a unique market data message buffer. Figure 4 illustrates a computer implemented method of processing mass quote message that includes creating a market data message buffer, in accordance with an embodiment of the invention. A mass quote message is received in step 402. Next, in step 404, a market data message buffer is created. Step 404 may include determining the required size of the buffer and selecting a buffer from a pool of available buffers or allocating memory for the buffer. In an alternative embodiment, step 404 may include creating a plurality of market data message buffers, such that each order book object that is used to process orders has access to a unique market data message buffer. Of course, two or more order book objects may also share a market data message buffer.
[32] Next, in step 406 the plurality of orders included within the mass quote message are processed by order book objects. Step 406 may include generating market data messages for each of the orders with the mass quote message. Each of the market data messages may be stored in a market data message buffer in step 408.
[33] In step 410 it is determined whether the market data message buffer contains market data for all of the plurality of orders. Step 410 may be performed by using one or more of the processes described above. When all market data has not been received, orders are the processing of orders continues in step 412. When all market data has been received, a single market data message containing the market data stored in the market data buffer is transmitted in step 414.
[34] In embodiments that use multiple market data message buffers, the contents of the buffers may be transmitted as a single market data message after all of the orders have been processed.
[35] The embodiments described above utilize a mass quote message. In alternative embodiments individual orders may be processed and produce market data that is compiled into a single market data message. A variety of criteria may be used to group orders that produce market data that is ultimately compiled into a single market data message. For example, orders received within a predetermined time period or orders for similar financial instruments received within a predetermined time period may be grouped together such that the resulting market data is transmitted within a single market data message. [36] The embodiments described above also transmit a single market data message after all orders have been processed. In alternative embodiments of the invention a market data message may be transmitted before all of the orders are processed. For example, the message may be transmitted at a predetermined time after receiving market data from the first order. This allows market data to be distributed even when the processing of one or more orders takes an undue length of time. After a first market data message is transmitted, subsequent market data messages may be transmitted upon receipt of additional market data.
Market Data Messaging Format [37] Aspects of the invention further comprise a messaging structure 500 (Figure 5) for communicating electronic data of any nature within the printable character set of any language. Meaning may be associated with actual message content without including any keys in the actual messages or requiring any kind of positional references to data in the messages. The approach supports flat message structures, as well as nested groups of repeatable data to any level of nested depth. A financial data message may comprise a market data message sent from an exchange and/or orders or messages delivered to an exchange.
[38] Figure 5 illustrates one embodiment of messaging structure 500. In Figure 5, a template 501 and a message 503 are illustrated. As shown in Figure 5, the message structure 500 may consist of delimiters to demarcate each attribute so that datum can be easily extracted. Templates such as template 501 may predefine an attribute order so that extracted datum can be associated with meaning. The use of delimiters and templates in messaging structure 500 may enable the messaging structure to be readily extensible.
[39] Character "|" 506 is used to denote a delimiter in an embodiment of the invention. Those skilled in the art will realize that many other additional characters may be utilized to represent a delimiter such as characters "[" 510 and "]" 512 and "}" 514. The delimiters may separate data elements within a given message structure. One or more templates such as template 501 may be defined and disseminated to 1) indicate the number and nature of supported message structures (flat or nested groups of repeatable data), as well as 2) the meaning of the data that may be communicated within a given message structure. The delimiters used may or may not be communicated in the templates, as well. One or more message structures corresponding to each template may be defined and disseminated, carrying actual or meaningful content.
[40] Figures 6 and 7 illustrate various options for delimiters to be used in messaging structure 500 of the present invention. Those skilled in the art will realize that Figures 6 and 7 are not an exhaustive list of the various delimiters choices but are only an illustrative list. For example, Figures 6 and 7 may contain other options and may map to other options (not shown) using varying multiples of characters to represent the four illustrated delimiters. The use of multiple characters for delimiters may be less efficient but semantically the same as the options illustrated in Figures 6 and 7.
[41] Figures 6 and 7 include a unique delimiters column 602 which may indicate the number of unique characters used to build delimiters. Some of the various options may use multiple consecutive occurrences of one character to form a delimiter. The choice of delimiter characters may not change the format or the messaging structure 500. Considerations such as printability and character set may affect the actual characters and encoding chosen. For each alternative presented, a printable character may be chosen to represent each of the delimiters. Each table in both Figures 6 and 7 includes a "Field Delimiter" column 604, a "Group Start" column 606, a "Group End" column 608, a "Sample" column 610, and a "Notes" column 612. The "Sample" column 610 may include a normalized sample. The sample may be translated into its form for each alternative presented. In addition, Figure 7 also includes a "Group Delimiter" column 614, "Options Fields" column 616, and a "Repeating Group Column" 618.
[42] In many of the alternatives listed in Figures 6 and 7, the "Group End" 608 characters and the "Group Delimiter" 614 characters are the same. A field outside the repeating group in question specifies the number of occurrences of the group. This may allow a parsing algorithm to take advantage of the predictive nature of these tags because they may not be able to depend on the delimiters themselves to uniquely demarcate message structure. In some cases these fields may be necessary in order to parse the message.
[43] The "Options Fields" 616 shown in Figure 7 may be attached at the end of data messages. The "Options Fields" 616 may also be found at the end of repeating groups in data messages or at other places in a message and/or repeating groups in data messages. [44] The delimiters defined in Figures 6 and 7 may be used to demarcate attributes and repeating groups. The utilization of four delimiters is deemed optimal such as "Field Delimiter" 604, "Group Start" 606 delimiter, "Group Delimiter" 614, and "Group End" 608 delimiter. The use of four delimiters may be optimal because: 1) counts for the number of times a group repeats may not be needed thus saving bytes and simplifying the parsing algorithm; 2) delimiters at the end of repeating groups may be dropped if no data is present; 3) the parsing algorithm to extract datum may be generic for all messages; and 4) any message may be parsed without reference to message types.
[45] Delimiters and templates may be disseminated or communicated by any means that allow them to be incorporated in an electronic system. The message structures then disseminated may be of variable length with data elements shortened or extended in length, as well as included or not present on a real-time per message basis. Message structures, depending on the choice of implementation, may be parsed without prior knowledge of the message content, without references or keys to the content, and/or without fixed positional reference to the message structures.
[46] One or more templates such as template 501 may be defined and disseminated to 1) indicate the number and nature of supported messages (linear or nested groups), as well as 2) indicate the meaning of the data that may be communicated within a given type of message. Templates may allow datum to be associated with meaning by 1) defining the attributes, and 2) indicating the order in which they will appear. The use of delimiters within a given message type may also be communicated in its template.
[47] Once the templates have been disseminated, messages corresponding to each template may be built and disseminated, carrying actual content. The messages may be of variable length with data elements shortened or extended in length, as well as included or not present on a real-time basis. Templates, and thus messages, may be changed on-the- fly so that attributes can be added, deleted, and/or re-order as needed. Template and message integrity may be checked per instance of receipt by validating message size.
[48] In one embodiment of the invention, the messaging format detailed assumes the following: 1) messages are being passed from a sender to one or more receivers; 2) the method of dissemination is variable; 3) two fundamental types of messages are sent, templates and data messages; 4) the data being sent can be represented in key=value pairs; 5) templates define the order of data in data messages; 6) templates contain keys and data messages contain associated values; and 7) a protocol that uses this formatting scheme will provide needed functionality as necessary (such as including a mechanism by which to match a data message with a template or including a mechanism to verify message contents).
[49] A message may consist, conceptually, of fields and repeating groups. Repeating groups may be nested and also consist of fields and repeating groups. In templates, a repeating group may only exist once. In messages, a repeating group may occur multiple times. All these occurrences may be consecutive.
[50] As discussed above, messages may consist, structurally, of fields and delimiters. Every field may be followed by one or more delimiters. Field delimiters may separate fields within a group or in the message. If the last element of a message is not a repeating group, it may be followed by a "Field Delimiter" 604; otherwise it may be followed by the "Group End" 608 delimiter. "Group Start" 606 delimiters may mark the beginning of a group definition in a template and a repeating group in a data message. "Group Delimiters" 614 do not exist in templates and separate occurrences of a repeating group in data messages. "Group End" 608 delimiters may mark the end of a repeating group and may be placed after the last element of the last occurrence of a repeating group. Every "Group Start" 606 delimiter may be matched by a "Group End" 608 delimiter later in the message.
[51] Message structure 500 may perform several functions such as: 1) order attributes which convey data; 2) it provides a means for extracting specific datum from the overall message; and/or 3) provide a method for associating the datum with meaning. Optimizing a message structure, therefore, involves ordering attributes in an efficient manner while allowing datum to be extracted and associated with meaning in a likewise efficient manner. An optimized message structure, moreover, may readily allow attributes to be added, deleted or re-ordered, as well as efficiently handle attributes which either may not be present or vary in length on a per message basis.
[52] A fully optimized message structure may communicate only meaningful content in a format that expresses the data in the smallest possible size. A structure for stating price, for example, may only state the price without overhead. The format for stating the price, moreover, might be optimized by expressing it as a binary rather than string statement.
[53] Message structure 500 orders attributes in a very efficient manner. Message Structure 500 may use delimiters to demarcate each attribute so datum can be readily extracted. Message structure 500 may use templates to pre-define attribute ordering so extracted datum can be associated with meaning.
[54] Message structure 500 may carry data within the printable character set of any language. Message structure 500 supports linear strings of data, as well as nested groups of repeatable data to any level of nested depth. Ordering of attributes may be determined by at least four factors: 1) attributes which are potentially repeatable to optimize efficiency are placed in repeating groups; 2) repeating groups are nested so that common data resides in the outer most group(s) and unique data resides in the inner most group(s); 3) data common to the entire message resides outside any repeating group; 4) attributes which may not appear often are placed at the end of a repeating group or at the end of the message. The last factor may allow delimiters for those attributes without values in a given instance to be dropped.
[55] Template and message integrity may be checked per instance of receipt by validating message size. Messages may be further validated against the structure of its corresponding template.
[56] The advantages of the delimited structure may include: 1) efficient message structure that produces message sizes comparable to or better than an optimized fixed length structure; 2) retains the flexibility of key- value and mockup structures for adding, re-ordering and extending the length of data elements contained in messages; 3) supports linear data strings, as well as nested groups of repeatable data to any level of nested depth. It excels at communicating data via complex nested groups which optimize message size efficiency; 4) attributes can be added, deleted, and/or re-order on-the-fly by defining and disseminating a template and then sending messages corresponding to the given template; 5) attributes can be shortened or extended in length, as well as included or not present on a real-time per message basis; 6) messages can be parsed without prior knowledge of the message type, as well as without references or keys to the content; 7) any number of templates and/or message types can be defined, and any nature of data within the printable character set of any language can be communicated; and 8) it is easier to optimize both up-front and over time than a fixed length structure.
[57] A further advantage of the delimited structure may include a variable length message structure that consumes no more bytes than: 1) for linear data strings, the number of bytes used for actual data plus one byte per delimiter in a given message; or 2) for nested message structures, the same number of bytes as above plus potentially X number of bytes to close each nested group of data.
[58] Weaknesses of fixed length message structures include the use of padding to accommodate attributes which either may not be present or vary in length on a per message basis. Each attribute must be padded to a fixed length equal to the longest possible value the attribute might convey. This is needed to maintain a consistent overall fixed length structure (or consistent fixed length partitions for repeating groups) so that datum can be extracted using a pre-defined set of positional references. The fixed length structure, therefore, also suffers from not being readily extensible.
[59] Thus, a fixed length structure would optimally state instrument, price and quantity as:
[60] ESZ31075005
[61] and no structure could better optimize the message. It is improbable, however, that a fixed length structure can be as optimized as in the example given above. Because the attributes vary in length on a per message basis, they will have to be padded:
[62] ESZ3- — 0010750000005.
[63] Thus, the fixed length message size is inflated by a total of 11 unneeded characters in this instance.
[64] If the delimited structure described above is used instead:
[65] ESZ3|107500|5|
[66] ESV3C1060|1040|5|
[67] This structure incurs an overhead of 3 control characters for delimiters and improves upon the fixed length example where padding is added. [68] From the perspective of optimizing message size, however, the delimited structure may be ultimately deemed equal to the use of an optimized fix length structure when the structures do not include repeating groups of data. The constraints may include: 1) the more attributes with values that will vary in length as well as the more attributes that will not be present in every instance, the more efficient the delimited structure will be; and 2) the more attributes with values of constant length and always present the more efficient the fixed length structure will be.
[69] The following examples compare messages which communicate date and time, trading system, trading mode, instrument, price, quantity, price variation, order type, and origin:
[70] 20031015153015999GOESZ3 00107500000005+L4 pads with 11 characters
[71] 20031015153015999|G|O|ESZ3|107500|5|+|L|4| incurs 9 delimiters
[72] When linear strings are thus compared, the two approaches are generally equal with respect to message size. The delimited structure, however, will perform better than the fixed length structure when repeating groups are introduced. Also, the fixed length structure must always be optimized - attributes efficiently ordered and padding kept to a minimum - if it is to perform well.
[73] Figure 8 illustrates a computer a messaging structure in accordance with an embodiment of the invention. First, in step 802 a template is created that defines the order of the plurality of fields. Next, in step 804 the template may be transmitted though a network as illustrated in Figure 1. The market data to be transmitted may be compiled in step 805. The market data may include a plurality of financial information such as orders, quotes or mass quotes, trades, and statistics. The financial information may include derivate products. Derivative products may include options on futures contracts, futures contracts, future contracts that are functions of or related to other futures contracts, or other financial instruments that have their price related to or derived from an underlying product.
[74] A financial data message may be created in step 806. The financial data message may comprise a market data message sent from an exchange and/or orders or messages delivered to an exchange. The financial data message includes a plurality of fields that have been separated by delimiters. The delimiters may include at least one delimiter that is used to identify a repeated group of information. Finally, in step 808 the financial data message may be transmitted from an exchange or similar system. The transmission may be across one or more computer, audio, video or data networks.
[75] Figure 9 illustrates a computer implemented method of processing a market data message having a plurality of fields separated by delimiters in accordance with an aspect of the invention. In step 902, a template may be received. The template may define the order of the plurality of fields of the market data message. Next, in step 904 a market data message may also be received. The market data message may include a plurality of fields separated by delimiters. The source of the market data message may be the same as the source of the template. In step 906, the market data message may be parsed to extract the fields separated by the delimiters. The data extracted from the market data message may include market data containing a plurality of orders for financial instruments. Finally, in step 608 the data in the market data message may be interpreted based information such as order information included in the template.
[76] The embodiments described above utilize market data. In alternative embodiments individual orders and quotes may use the same message structure. The messaging structure 500 of the present invention may be used in the processing of market data. The market data may contain a plurality of orders for financial instruments. The financial instruments may be derivative products. Derivative products may include options on futures contracts, futures contracts that are functions of or related to other futures contracts, or other financial instruments that have their price related to or derived from an underlying product. These market data may be received at an exchange that receives and executes orders.
[77] The present invention has been described in terms of preferred and exemplary embodiments thereof. Numerous other embodiments, modifications and variations within the scope and spirit of the invention will occur to persons of ordinary skill in the art from a review of this disclosure. For example, aspects of the invention may be used to process and communicate data other than market data.

Claims

CLAIMSWe claim:
1. A computer-readable medium containing computer-executable instructions for performing the steps comprising:
(a) receiving a mass quote message containing a plurality of orders for financial instruments;
(b) parsing the mass quotes message and transmitting the plurality of orders to order book objects;
(c) processing the plurality of orders at the order book objects;
(d) generating market data for each of the plurality of orders;
(e) storing the market data in at least one market data message buffer; and
(f) transmitting a single market data message containing the market data stored in the at least one market data message buffer.
2. The computer-readable medium of Claim 1, wherein the plurality of orders comprises orders for option contracts belonging to an option class.
3. The computer-readable medium of Claim 2, wherein the order book objects correspond to option contracts within an option class.
4. The computer-readable medium of Claim 1, wherein the plurality of orders comprise a basket.
5. A computer implemented method of processing orders for financial instruments, the method comprising:
(a) receiving a mass quote message containing orders for a plurality of financial instruments;
(b) selecting an order;
(c) processing the order selected in (b); (d) storing in a buffer market data resulting from (c);
(e) repeating (b)-(d) for remaining ones of the plurality of orders; and
(f) transmitting a single market data message containing the market data stored in the buffer.
6. The method of Claim 5, wherein (b) comprises selecting the first order in the plurality of derivative product orders that has not been processed.
7. The method of Claim 5, wherein (f) comprises transmitting the single market data message from an exchange to a plurality of market participants.
8. The method of Claim 5, wherein the plurality of financial instruments comprise option contracts having a plurality of strike prices.
9. The method of Claim 8, wherein the plurality of financial instruments comprise call and put contracts.
10. The method of Claim 5, wherein the plurality of financial instruments comprise a basket.
11. A computer implemented method of processing orders for financial instruments, the method comprising:
(a) receiving a mass quote message containing a plurality of orders for a plurality of financial instruments;
(b) creating a market data message buffer;
(c) processing the plurality of orders;
(d) storing in the market data message buffer market data resulting from (c);
(e) determining when the market data message buffer contains market data for all of the plurality of orders; and
(f) when the market data message buffer contains market data for all of the plurality of orders, transmitting a single market data message containing the market data stored in the market data message buffer.
12. The method of Claim 11, wherein (e) comprises counting instances of market data received at the market data message buffer.
13. The method of Claim 11, wherein (e) determining when market data is received that corresponds to the last of the plurality of orders.
14. The method of Claim 13, wherein (e) comprises identifying a code that is attached to the last order in the plurality of orders.
15. The method of Claim 11, wherein (f) comprises transmitting the single market data message from an exchange to a plurality of market participants.
16. The method of Claim 11 , wherein the plurality of financial instruments comprise option contracts having a plurality of strike prices.
17. The method of Claim 11, wherein the plurality of financial instruments comprise call and put contracts.
18. The method of Claim 11, wherein (c) comprises processing the orders with a plurality of threads.
19. The method of Claim 11, wherein the plurality of financial instruments comprise a basket.
20. A computer implemented method of processing orders for financial instruments, the method comprising:
(a) receiving a mass quote message containing a plurality of orders for a plurality of financial instruments, wherein the orders are arranged sequentially from a first order to a last order;
(b) processing the plurality of orders;
(c) storing in a market data message buffer market data resulting from (b);
(d) determining when the market data message buffer contains market data corresponding to the last order; and (e) when the market data message buffer contains market data corresponding to the last order, transmitting a single market data message containing the market data stored in the market data message buffer.
21. The method of Claim 20, further including:
(f) after the single market data message is transmitted, transmitting market data messages as additional market data is received.
22. The method of Claim 20, wherein (d) comprises identifying a code that is attached to the last order.
23. The method of Claim 20, wherein (e) comprises transmitting the single market data message from an exchange to a plurality of market participants.
24. The method of Claim 20, wherein the plurality of financial instruments comprise option contracts having a plurality of strike prices.
25. The method of Claim 20, wherein the plurality of financial instruments comprise call and put contracts.
26. The method of Claim 20, wherein (b) comprises processing the orders with a plurality of threads.
27. The method of Claim 20, wherein the plurality of financial instruments comprise a basket.
28. A method of processing a market data message sent from an exchange, the method comprising:
(a) receiving a template, the template defining a plurality of fields;
(b) receiving the market data message having a plurality of fields separated by delimiters, the template received from the same source as the market data message;
(c) parsing the market data message to extract the fields separated by the delimiters; and
(d) interpreting the plurality of fields based on their order and information included in the template.
29. The method of processing a market data message sent from an exchange of Claim
28, wherein the market data message comprises market data.
30. The method of processing a market data message sent from an exchange of Claim 28 further including the step of:
(e) storing the parsed fields from the market data message.
31. The method of processing a market data message sent from an exchange of Claim
29, wherein the market data comprises a plurality of orders for financial instruments.
32. The method of processing a market data message sent from an exchange of Claim 29, wherein the market data comprises quotes and mass quotes.
33. The method of processing a market data message sent from an exchange of Claim 29, wherein the market data comprises trades.
34. The method of processing a market data message sent from an exchange of Claim 29, wherein the market data comprises statistics.
35. The method of processing a market data message sent from an exchange of Claim 31, wherein the orders are selected from the group consisting of securities, fixed income, interest rates, agricultural, and industrial commodities.
36. A computer implemented method of processing market data messages having a plurality of fields separated by delimiters, the method comprising:
(a) receiving a template;
(b) receiving a market data message having fields separated by delimiters;
(c) processing the market data message, the processing including parsing the market data message;
(d) interpreting the plurality of fields based on their order and information provided in.the template; and
(e) storing the market data parsed from the market data message.
37. A method of creating a messaging structure, the method comprising: (a) creating a template, the template defining an order of a plurality of fields;
(b) transmitting the template;
(c) compiling market data;
(d) creating a financial data message; and
(e) transmitting the financial data message.
38. The method of Claim 37, wherein the financial data message comprises a market data message.
PCT/US2004/037238 2003-11-05 2004-11-05 Trade engine processing of mass quote messages with market data message format WO2005045646A2 (en)

Priority Applications (3)

Application Number Priority Date Filing Date Title
EP04810547A EP1685465A4 (en) 2003-11-05 2004-11-05 Trade engine processing of mass quote messages with market data message format
CA2544856A CA2544856C (en) 2003-11-05 2004-11-05 Trade engine processing of mass quote messages with market data message format
JP2006538545A JP4680925B2 (en) 2003-11-05 2004-11-05 Mass quote message processing using market data message format by trading engine

Applications Claiming Priority (4)

Application Number Priority Date Filing Date Title
US51749103P 2003-11-05 2003-11-05
US60/517,491 2003-11-05
US10/903,826 2004-07-30
US10/903,826 US20050096999A1 (en) 2003-11-05 2004-07-30 Trade engine processing of mass quote messages and resulting production of market data

Publications (2)

Publication Number Publication Date
WO2005045646A2 true WO2005045646A2 (en) 2005-05-19
WO2005045646A3 WO2005045646A3 (en) 2009-04-02

Family

ID=34556311

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2004/037238 WO2005045646A2 (en) 2003-11-05 2004-11-05 Trade engine processing of mass quote messages with market data message format

Country Status (4)

Country Link
US (4) US20050096999A1 (en)
JP (1) JP4680925B2 (en)
CA (2) CA2885377C (en)
WO (1) WO2005045646A2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010527480A (en) * 2007-05-16 2010-08-12 エヌエイチエヌ コーポレーション Ubiquitous notification method and system for providing 3A-based push-type events

Families Citing this family (87)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7765137B1 (en) 2005-05-05 2010-07-27 Archipelago Holdings, Inc. Method and system for maintaining an order on a selected market center
AU2006244483B2 (en) 2005-05-05 2012-05-31 Nyse Group, Inc. Tracking liquidity order
AU2006244563B2 (en) * 2005-05-05 2011-07-21 Nyse Group, Inc. Anti-internalization order modifier
US7908201B2 (en) * 2005-05-05 2011-03-15 Archipelago Holdings, Inc. Cross and post order
JP2008541238A (en) 2005-05-05 2008-11-20 アーキペラゴ ホールディングス インコーポレイテッド Auction and transfer of unpriced orders
US7912775B1 (en) 2005-05-05 2011-03-22 Archipelago Holdings, Inc. Liquidity analysis system and method
US7937315B2 (en) 2005-05-05 2011-05-03 Archipelago Holdings, Inc. Portfolio execution and reporting
US7873561B1 (en) 2005-05-05 2011-01-18 Archipelago Holdings, Inc. Method and system for maintaining an order on a selected market center with maximum price exemption parameter
WO2006121687A2 (en) 2005-05-05 2006-11-16 Archipelago Holdings, Inc. Reprice-to-block order
AU2006244566A1 (en) * 2005-05-06 2006-11-16 Archipelago Holdings, Inc. Passive liquidity order
US20060287940A1 (en) * 2005-06-15 2006-12-21 Almstroem Mats Systems and methods for preventing server and network overload
US7686392B2 (en) * 2005-08-02 2010-03-30 Shell Oil Company Vehicle seat cover
WO2007038084A2 (en) 2005-09-23 2007-04-05 Archipelago Holdings, Inc. Directed order
US9799072B2 (en) * 2006-07-28 2017-10-24 Nyse Group, Inc. Enhanced quote and order integration system and method
US7917418B2 (en) * 2006-12-04 2011-03-29 Archipelago Holdings, Inc. Efficient data dissemination for financial instruments
US7899738B2 (en) * 2007-09-17 2011-03-01 Chicago Mercantile Exchange, Inc. Volume control for mass quote messages
US9223769B2 (en) 2011-09-21 2015-12-29 Roman Tsibulevskiy Data processing systems, devices, and methods for content analysis
US20150206239A1 (en) * 2012-07-24 2015-07-23 Boobera Lagoon Technology, Llc Processor and a method for processing a received order
US10032219B2 (en) 2013-09-24 2018-07-24 Chicago Mercantile Exchange Inc. Secure exchange feed market data embargo
US10033670B2 (en) 2014-12-22 2018-07-24 Chicago Mercantile Exchange Inc. Electronic messaging management
US11315181B2 (en) 2014-12-31 2022-04-26 Chicago Mercantile Exchange Inc. Compression of price data
US11010833B2 (en) 2015-10-09 2021-05-18 Chicago Mercantile Exchange Inc. Systems and methods for calculating a latency of a transaction processing system
US11164248B2 (en) 2015-10-12 2021-11-02 Chicago Mercantile Exchange Inc. Multi-modal trade execution with smart order routing
US11288739B2 (en) 2015-10-12 2022-03-29 Chicago Mercantile Exchange Inc. Central limit order book automatic triangulation system
US9952932B2 (en) 2015-11-02 2018-04-24 Chicago Mercantile Exchange Inc. Clustered fault tolerance systems and methods using load-based failover
WO2017117191A1 (en) 2015-12-30 2017-07-06 Chicago Mercantile Exchange Inc. Execution of co-dependent transactions in a transaction processing system
US10853879B2 (en) 2016-02-19 2020-12-01 Chicago Mercantile Exchange Inc. Systems and methods for reducing data lookups within a set of queues
US10692144B2 (en) 2016-04-06 2020-06-23 Chicagil Mercantile Exchange Inc. Multi-path routing system including an integrity mechanism
US10803069B2 (en) 2016-06-24 2020-10-13 Chicago Mercantile Exchange Inc. Dynamic valuation system using object relationships and composite object data
US9792164B1 (en) 2016-08-31 2017-10-17 Chicago Mercantile Exchange Inc. Message pattern detection and processing suspension
US20180075530A1 (en) 2016-09-09 2018-03-15 Chicago Mercantile Exchange Inc. Message cancelation based on data transaction processing system latency
US10152240B2 (en) 2016-10-31 2018-12-11 Chicago Mercantile Exchange Inc. Resource allocation based on transaction processor classification
US11443250B1 (en) * 2016-11-21 2022-09-13 Chicago Mercantile Exchange Inc. Conservation of electronic communications resources via selective publication of substantially continuously updated data over a communications network
US10326862B2 (en) * 2016-12-09 2019-06-18 Chicago Mercantile Exchange Inc. Distributed and transactionally deterministic data processing architecture
US10812613B2 (en) 2016-12-19 2020-10-20 Chicago Mercantile Exchange Inc. Optimization of encoding cycles for object recovery feed
US11082351B2 (en) 2017-01-05 2021-08-03 Chicago Mercantile Exchange Inc. Network congestion reduction based on routing and matching data packets
US10432565B2 (en) 2017-03-13 2019-10-01 Chicago Mercantile Exchange Inc. Mitigation of latency disparity in a data transaction processing system
US10565651B2 (en) 2017-03-20 2020-02-18 Chicago Mercantile Exchange Inc. Equation-based transaction request messaging and transaction processing
US10614522B2 (en) 2017-03-20 2020-04-07 Chicago Mercantile Exchange Inc. Equation-based transaction request messaging and transaction processing
US11625569B2 (en) 2017-03-23 2023-04-11 Chicago Mercantile Exchange Inc. Deep learning for credit controls
US11651428B2 (en) 2017-03-27 2023-05-16 Chicago Mercantile Exchange Inc. Communications protocol based message identification transmission
US11625785B2 (en) 2017-06-05 2023-04-11 Chicago Mercantile Exchange Inc. Secure electronic tokens in an electronic tokening system
US11373242B2 (en) 2017-06-29 2022-06-28 Chicago Mercantile Exchange Inc. Optimization processor for electronic data multiple transaction request messages
US10642797B2 (en) 2017-07-28 2020-05-05 Chicago Mercantile Exchange Inc. Concurrent write operations for use with multi-threaded file logging
US11258682B2 (en) 2017-08-03 2022-02-22 Chicago Mercantile Exchange Inc. Compressed message tracing and parsing
US10803042B2 (en) 2017-10-06 2020-10-13 Chicago Mercantile Exchange Inc. Database indexing in performance measurement systems
US10416974B2 (en) 2017-10-06 2019-09-17 Chicago Mercantile Exchange Inc. Dynamic tracer message logging based on bottleneck detection
US10652189B2 (en) 2017-10-19 2020-05-12 Chicago Mercantile Exchange Inc. Message encoding and transmission across multiple platforms
US10462024B1 (en) 2017-11-15 2019-10-29 Chicago Mercantile Exchange Inc. State generation system for a sequential stage application
US10997656B2 (en) 2017-12-01 2021-05-04 Chicago Mercantile Exchange Inc. Minimization of the consumption of data processing resources in an electronic transaction processing system via selective premature settlement of products transacted thereby based on a series of related products
US10693891B2 (en) 2017-12-06 2020-06-23 Chicago Mercantile Exchange Inc. Electronic mail security system
US10541953B2 (en) 2017-12-13 2020-01-21 Chicago Mercantile Exchange Inc. Streaming platform reader
US11182852B1 (en) * 2017-12-20 2021-11-23 Chicago Mercantile Exchange Inc. Exchange computing system including a reference rate generation unit
US10915954B2 (en) 2017-12-26 2021-02-09 Chicago Mercantile Exchange Inc. Integration application utilizing a communications protocol
US11049182B2 (en) 2017-12-28 2021-06-29 Chicago Mercantile Exchange Inc. Secure deterministic tokens for electronic messages
US11023969B2 (en) 2018-02-06 2021-06-01 Chicago Mercantile Exchange Inc. Message transmission timing optimization
US11030691B2 (en) 2018-03-14 2021-06-08 Chicago Mercantile Exchange Inc. Decision tree data structure based processing system
US11386486B1 (en) 2018-04-16 2022-07-12 Chicago Mercantile Exchange Inc. Automated and reliable determination of a forward value associated with a future time period based on objectively determined expectations related thereto
US10503566B2 (en) 2018-04-16 2019-12-10 Chicago Mercantile Exchange Inc. Conservation of electronic communications resources and computing resources via selective processing of substantially continuously updated data
US11100578B2 (en) 2018-05-16 2021-08-24 Chicago Mercantile Exchange Inc. Secure deterministic tokens for encrypting electronic communications
US11308059B2 (en) 2018-06-12 2022-04-19 Chicago Mercantile Exchange Inc. Optimized data structure
US11216875B2 (en) 2018-06-20 2022-01-04 Chicago Mercantile Exchange Inc. Pre-matching orders at wire rate in a central limit order book
US10984471B1 (en) 2018-07-31 2021-04-20 Chicago Mercantile Exchange Inc. Apparatuses, methods and systems for a tracking platform for standardized instruments
US10861094B1 (en) 2018-08-23 2020-12-08 Chicago Mercantile Exchange Inc. Asynchronous computational engine
US11257155B2 (en) 2018-08-27 2022-02-22 Chicago Mercantile Exchange Inc. Apparatuses, methods and systems for a computationally efficient volatility index platform
US10884988B2 (en) 2018-09-11 2021-01-05 Chicago Mercantile Exchange Inc. Data file compression
US11908006B2 (en) 2018-12-20 2024-02-20 Chicago Mercantile Exchange Inc. Message elimination in multi-model risk correlation system
US11532044B2 (en) 2018-12-27 2022-12-20 Chicago Mercantile Exchange Inc. Portfolio optimization
US11538089B2 (en) 2018-12-28 2022-12-27 Chicago Mercantile Exchange Inc. Multi-dimensional tradable product order book system
US11341574B2 (en) 2018-12-28 2022-05-24 Chicago Mercantile Exchange Inc. Multi-dimensional order message interface
US11042935B2 (en) 2019-01-02 2021-06-22 Chicago Mercantile Exchange Inc. Spread price scaling for implied trade matching
US11126983B2 (en) 2019-06-10 2021-09-21 Chicago Mercantile Exchange Inc. Network switch and terminal device
US20200394710A1 (en) 2019-06-13 2020-12-17 Chicago Mercantile Exchange Inc. Dynamic increments for related objects
US20210049691A1 (en) 2019-08-13 2021-02-18 Chicago Mercantile Exchange Inc. Randomization of orders at matching in electronic trading systems
US20210056635A1 (en) 2019-08-19 2021-02-25 Chicago Mercantile Exchange Inc. Automated objective generation of data for, and post validation of, estimation of term sofr benchmarks
US10990459B2 (en) 2019-08-30 2021-04-27 Chicago Mercantile Exchange Inc. Distributed threaded streaming platform reader
US11443377B1 (en) 2019-09-04 2022-09-13 Chicago Mercantile Exchange Inc. Single action replication of complex financial instrument using options strip and user interface therefore
US10719219B1 (en) 2019-09-20 2020-07-21 Chicago Mercantile Exchange Inc. Combined data display with historic data analysis
US20210118027A1 (en) 2019-10-22 2021-04-22 Alexis Laurence Atkinson Client specific data distribution
US11676210B2 (en) 2019-12-18 2023-06-13 Chicago Mercantile Exchange Inc. Portfolio optimization and transaction generation
US11205226B2 (en) 2019-12-18 2021-12-21 Chicago Mercantile Exchange Inc. Dynamic circuit breaker
US11257157B1 (en) 2020-02-06 2022-02-22 Chicago Mercantile Exchange Inc. Minimization of the consumption of data processing resources in an electronic transaction processing system via deferral of physical delivery
US11425217B1 (en) 2020-03-10 2022-08-23 Chicago Mercantile Exchange Inc. Graph-based deployment tool
US11475522B1 (en) 2020-05-29 2022-10-18 Chicago Mercantile Exchange Inc. Single action generation and presentation of transaction compliant parameters for multiple interdependent component transactions
US20220122173A1 (en) 2020-10-21 2022-04-21 Chicago Mercantile Exchange Inc. High efficiency inter-portfolio optimizer
US11354741B1 (en) 2021-02-15 2022-06-07 Chicago Mercantile Exchange Inc. User interface enabling unconstrained data inputs to a constrained system
US20220301053A1 (en) 2021-03-19 2022-09-22 Chicago Mercantile Exchange Inc. Efficient resource allocation in latency floor implementation

Family Cites Families (84)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4093823A (en) * 1976-08-24 1978-06-06 Chu Wesley W Statistical multiplexing system for computer communications
EP0411748A3 (en) 1989-06-02 1991-11-21 Reuters Limited System for matching of buyers and sellers with risk minimization
US5274714A (en) * 1990-06-04 1993-12-28 Neuristics, Inc. Method and apparatus for determining and organizing feature vectors for neural network recognition
GB9027249D0 (en) * 1990-12-17 1991-02-06 Reuters Ltd Offer matching system
US5297032A (en) * 1991-02-01 1994-03-22 Merrill Lynch, Pierce, Fenner & Smith Incorporated Securities trading workstation
US5557780A (en) * 1992-04-30 1996-09-17 Micron Technology, Inc. Electronic data interchange system for managing non-standard data
US5909570A (en) * 1993-12-28 1999-06-01 Webber; David R. R. Template mapping system for data translation
US7082398B1 (en) * 1996-01-16 2006-07-25 The Nasdaq Stock Market, Inc. Media wall for displaying financial information
US6031577A (en) * 1997-07-10 2000-02-29 Thomson Consumer Electronics, Inc. System for forming and processing program specific information containing text data for terrestrial, cable or satellite broadcast
US5953503A (en) * 1997-10-29 1999-09-14 Digital Equipment Corporation Compression protocol with multiple preset dictionaries
US6131087A (en) * 1997-11-05 2000-10-10 The Planning Solutions Group, Inc. Method for automatically identifying, matching, and near-matching buyers and sellers in electronic market transactions
US6088699A (en) * 1998-04-22 2000-07-11 International Business Machines Corporation System for exchanging compressed data according to predetermined dictionary codes
US6317728B1 (en) * 1998-10-13 2001-11-13 Richard L. Kane Securities and commodities trading system
US6463470B1 (en) * 1998-10-26 2002-10-08 Cisco Technology, Inc. Method and apparatus of storing policies for policy-based management of quality of service treatments of network data traffic flows
US6584101B2 (en) * 1998-12-04 2003-06-24 Pmc-Sierra Ltd. Communication method for packet switching systems
US6195024B1 (en) * 1998-12-11 2001-02-27 Realtime Data, Llc Content independent data compression method and system
US6624761B2 (en) * 1998-12-11 2003-09-23 Realtime Data, Llc Content independent data compression method and system
US6408282B1 (en) * 1999-03-01 2002-06-18 Wit Capital Corp. System and method for conducting securities transactions over a computer network
FR2790571B1 (en) * 1999-03-03 2003-04-04 France Telecom METHOD FOR RECOGNIZING FORMS
US6604158B1 (en) * 1999-03-11 2003-08-05 Realtime Data, Llc System and methods for accelerated data storage and retrieval
US6601104B1 (en) * 1999-03-11 2003-07-29 Realtime Data Llc System and methods for accelerated data storage and retrieval
US6278982B1 (en) * 1999-04-21 2001-08-21 Lava Trading Inc. Securities trading system for consolidation of trading on multiple ECNS and electronic exchanges
US6597812B1 (en) * 1999-05-28 2003-07-22 Realtime Data, Llc System and method for lossless data compression and decompression
US6347307B1 (en) * 1999-06-14 2002-02-12 Integral Development Corp. System and method for conducting web-based financial transactions in capital markets
US8862507B2 (en) * 1999-06-14 2014-10-14 Integral Development Corporation System and method for conducting web-based financial transactions in capital markets
US20060184447A1 (en) * 1999-07-23 2006-08-17 Nieboer Robert S Automated system for conditional order transactions in securities or other items in commerce
US6418419B1 (en) * 1999-07-23 2002-07-09 5Th Market, Inc. Automated system for conditional order transactions in securities or other items in commerce
US6549949B1 (en) * 1999-08-31 2003-04-15 Accenture Llp Fixed format stream in a communication services patterns environment
US20020038279A1 (en) * 1999-10-08 2002-03-28 Ralph Samuelson Method and apparatus for using a transaction system involving fungible, ephemeral commodities including electrical power
US6466944B1 (en) * 1999-12-02 2002-10-15 Novell, Inc. Method for creation, management, and use of files containing multiple virtual data streams using standard file system APIs
KR20020067047A (en) * 1999-12-22 2002-08-21 씨에프피에이치, 엘. 엘. 씨. Systems and methods for providing a trading interface
US6625654B1 (en) * 1999-12-28 2003-09-23 Intel Corporation Thread signaling in multi-threaded network processor
US20020052816A1 (en) * 1999-12-28 2002-05-02 Clenaghan Stuart J. Method and apparatus for selling financial instruments
EP1252608A2 (en) 2000-01-31 2002-10-30 New York Stock Exchange Virtual trading floor system and method
US20030191876A1 (en) * 2000-02-03 2003-10-09 Fallon James J. Data storewidth accelerator
US20010047473A1 (en) * 2000-02-03 2001-11-29 Realtime Data, Llc Systems and methods for computer initialization
US20020004774A1 (en) * 2000-03-27 2002-01-10 Tony Defarlo Data analysis system for tracking financial trader history and profiling trading behavior
US6963855B1 (en) * 2000-04-10 2005-11-08 Alexander Borzenko Apparatus and method for automated display of market activity
GB2366426B (en) * 2000-04-12 2004-11-17 Ibm Coprocessor data processing system
US7162542B2 (en) * 2000-04-13 2007-01-09 Intel Corporation Cascading network apparatus for scalability
US10169815B2 (en) * 2000-06-09 2019-01-01 Trading Technologies International, Inc. Dynamic market order execution validation mechanism
AU2001279266A1 (en) * 2000-06-26 2002-01-08 Tradingscreen, Inc. Securities trading system with latency check
WO2002017193A1 (en) 2000-08-22 2002-02-28 Goldman, Sachs & Co. Foreign exchange trading system
JP3317350B2 (en) * 2000-08-29 2002-08-26 フジフューチャーズ株式会社 Trading system and trading processing method
US7417568B2 (en) * 2000-10-03 2008-08-26 Realtime Data Llc System and method for data feed acceleration and encryption
US9143546B2 (en) * 2000-10-03 2015-09-22 Realtime Data Llc System and method for data feed acceleration and encryption
CA2434141A1 (en) * 2000-11-12 2002-08-01 Zeborg, Inc. Generalized market measurement system
US6950445B2 (en) * 2000-11-16 2005-09-27 Telefonaktiebolaget Lm Ericsson (Publ) Communication system and method for shared context compression
US20020120546A1 (en) * 2000-12-18 2002-08-29 Paul Zajac Mutli-interface financial transaction system and method
JP2002183450A (en) * 2000-12-18 2002-06-28 Hitachi Kokusai Electric Inc Information delivery controlling method
US7386046B2 (en) 2001-02-13 2008-06-10 Realtime Data Llc Bandwidth sensitive data compression and decompression
US20020128958A1 (en) * 2001-02-28 2002-09-12 Jonathan Slone International trading of securities
US7228129B1 (en) * 2001-03-20 2007-06-05 Logical Concepts, Inc. Expert system for monitoring, recording and controlling remote equipment that minimizes wireless telephone airtime
US7406436B1 (en) * 2001-03-22 2008-07-29 Richard Reisman Method and apparatus for collecting, aggregating and providing post-sale market data for an item
GB0107882D0 (en) * 2001-03-29 2001-05-23 Ibm Parsing messages with multiple data formats
US7702563B2 (en) * 2001-06-11 2010-04-20 Otc Online Partners Integrated electronic exchange of structured contracts with dynamic risk-based transaction permissioning
JP4845287B2 (en) * 2001-06-11 2011-12-28 キヤノン株式会社 Form editing apparatus and method, and storage medium storing computer-readable program
US20020188688A1 (en) * 2001-06-12 2002-12-12 Bice Richard S. Automated message handling system and process
US20030009411A1 (en) * 2001-07-03 2003-01-09 Pranil Ram Interactive grid-based graphical trading system for real time security trading
CA2403300A1 (en) * 2002-09-12 2004-03-12 Pranil Ram A method of buying or selling items and a user interface to facilitate the same
US20030093351A1 (en) * 2001-11-14 2003-05-15 Alvin Sarabanchong Method and system for valuation of financial instruments
US20030120575A1 (en) * 2001-11-15 2003-06-26 Foliofn, Inc. Method and apparatus for providing investment advice to multiple investors
CA2414620C (en) * 2001-12-17 2011-04-19 Recognia Inc. A method for chart markup and annotation in technical analysis
US20030167223A1 (en) * 2002-03-01 2003-09-04 Financial Fusion, Inc., A Wholly-Owned Subsidiary Of Sybase, Inc. System with methodology for improved transmission of financial information
US20030225857A1 (en) * 2002-06-05 2003-12-04 Flynn Edward N. Dissemination bus interface
US20030225674A1 (en) * 2002-06-05 2003-12-04 Hughes John T. Order chronicle process and method
US9495707B2 (en) 2002-06-12 2016-11-15 Goldman, Sachs & Co. Systems and methods to facilitate generation of pricing information via a pricing graph
US7143191B2 (en) * 2002-06-17 2006-11-28 Lucent Technologies Inc. Protocol message compression in a wireless communications system
AU2003276626A1 (en) * 2002-06-18 2003-12-31 Douglas Ray Duquette System and method for analyzing and displaying security trade transactions
US7685049B1 (en) * 2002-06-26 2010-03-23 Trading Technologies International Inc. System and method for coalescing market data at a client device
US7552077B1 (en) * 2002-06-26 2009-06-23 Trading Technologies International, Inc. System and method for coalescing market data at a network device
US7379959B2 (en) * 2002-09-07 2008-05-27 Appistry, Inc. Processing information using a hive of computing engines including request handlers and process handlers
US7477953B2 (en) * 2002-09-12 2009-01-13 International Business Machines Corporation Data processing system adapted to integrating non-homogeneous processes
US7610237B1 (en) * 2002-09-30 2009-10-27 Trading Technologies International Inc. System and method for creating trade-related annotations in an electronic trading environment
US7603300B2 (en) * 2002-11-18 2009-10-13 Sap Aktiengesellschaft Collection and analysis of trading data in an electronic marketplace
US7415540B2 (en) * 2002-12-31 2008-08-19 Intel Corporation Scheduling processing threads
US7693775B2 (en) * 2003-01-21 2010-04-06 Lavaflow, Inc. Automated system for routing orders for financial instruments based upon undisclosed liquidity
US20040236662A1 (en) * 2003-05-20 2004-11-25 Korhammer Richard A. Automated system for routing orders for financial instruments among permissioned users
US7327700B2 (en) * 2003-05-30 2008-02-05 Redpine Signals, Inc. Flexible multi-channel multi-thread media access controller and physical layer interface for wireless networks
US7831491B2 (en) * 2003-11-05 2010-11-09 Chicago Mercantile Exchange Inc. Market data message format
US8131625B2 (en) * 2003-11-17 2012-03-06 Bgc Partners, Inc. Customizable trading display of market data
US7899749B1 (en) * 2005-08-09 2011-03-01 Chicago Mercantile Exchange, Inc. System and method for providing intelligent market data snapshots
US20080122457A1 (en) * 2006-11-28 2008-05-29 Kabushiki Kaisha Toshiba Capacitance difference detecting circuit
US7899738B2 (en) * 2007-09-17 2011-03-01 Chicago Mercantile Exchange, Inc. Volume control for mass quote messages

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
None
See also references of EP1685465A4

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010527480A (en) * 2007-05-16 2010-08-12 エヌエイチエヌ コーポレーション Ubiquitous notification method and system for providing 3A-based push-type events
US8914435B2 (en) 2007-05-16 2014-12-16 Nhn Corporation Ubiquitous notification method and system for providing 3A based push type event

Also Published As

Publication number Publication date
JP4680925B2 (en) 2011-05-11
US20050096999A1 (en) 2005-05-05
CA2544856A1 (en) 2005-05-19
US10242405B2 (en) 2019-03-26
CA2885377A1 (en) 2005-05-19
US8626625B2 (en) 2014-01-07
WO2005045646A3 (en) 2009-04-02
CA2544856C (en) 2015-06-09
US20190172137A1 (en) 2019-06-06
US20110251944A1 (en) 2011-10-13
JP2007524926A (en) 2007-08-30
US20140089164A1 (en) 2014-03-27
CA2885377C (en) 2016-11-29

Similar Documents

Publication Publication Date Title
US10991043B2 (en) Distribution of market data
CA2885377C (en) Trade engine processing of mass quote messages with market data message format
US20220156831A1 (en) Electronic match engine with external generation of market data using a minimum data set
EP2171672B1 (en) Method and apparatus for high speed processing of financial information
US9300764B2 (en) High efficiency binary encoding
US8332306B2 (en) Template based matching
CN108563796A (en) Data compressing method, device and the electronic equipment of block chain
US20080313291A1 (en) Method and apparatus for encoding data
EP1685465A2 (en) Trade engine processing of mass quote messages with market data message format
EP1839206A2 (en) System and method for processing event predicates
CN111064728B (en) Method, device and equipment for packing and unpacking data message
CN115103034A (en) Message protocol conversion method and device
CN114372147A (en) Order log processing method and device
CN110032661A (en) The point for repeating two dimensional code code value based on speech recognition reads control method, device and server

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A2

Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BW BY BZ CA CH CN CO CR CU CZ DE DK DM DZ EC EE EG ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX MZ NA NI NO NZ OM PG PH PL PT RO RU SC SD SE SG SK SL SY TJ TM TN TR TT TZ UA UG US UZ VC VN YU ZA ZM ZW

AL Designated countries for regional patents

Kind code of ref document: A2

Designated state(s): GM KE LS MW MZ NA SD SL SZ TZ UG ZM ZW AM AZ BY KG KZ MD RU TJ TM AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HU IE IS IT LU MC NL PL PT RO SE SI SK TR BF BJ CF CG CI CM GA GN GQ GW ML MR NE SN TD TG

121 Ep: the epo has been informed by wipo that ep was designated in this application
WWE Wipo information: entry into national phase

Ref document number: 2544856

Country of ref document: CA

Ref document number: 2006538545

Country of ref document: JP

NENP Non-entry into the national phase

Ref country code: DE

WWE Wipo information: entry into national phase

Ref document number: 2004810547

Country of ref document: EP

WWP Wipo information: published in national office

Ref document number: 2004810547

Country of ref document: EP