Securities Industry Automation Corporation 1 Pierrepont Plaza, Brooklyn, NY 11201

Size: px
Start display at page:

Download "Securities Industry Automation Corporation 1 Pierrepont Plaza, Brooklyn, NY 11201"

Transcription

1 Securities Industry Automation Corporation Pierrepont Plaza, Brooklyn, NY 0 March 8, 0 To: Subject: OPRA Multicast Recipients New OPRA Binary Output Formats Modification SIAC has completed the design of the next generation of OPRA formats. At Start-of-Day November 5, 0, OPRA will be moving from the current OPRA FAST output format to a new binary output format, in order to reduce network bandwidth requirements and OPRA latency. All OPRA multicast addresses will remain the same: 8-Equity/Index Production (8 A-Stream, 8 B-Stream), 8 Retransmissions, and 8 Playback-Test (total 9). Implementation Implementation of the new binary formats will be a cold-cut; therefore multicast recipients must handle both the old and new formats in the event a fallback becomes necessary. The schedule will be as follows: New Binary output formats test data availability: early-april New Binary output formats final verification: Saturday, November 3, 0 New Binary output formats activation: Monday, November 5, 0 Specifications Along with this notice is a summary document of the new binary formats, version.. The complete OPRA output specification including the new binary formats will be published in early April. Technical Questions If you have any technical questions, please send an to CQS-CTS-OPRA@siac.com, or contact the Service Desk at Testing Replay files with sample new binary output formats will be available every weekday evening. Test data will become available beginning early-april. To coordinate testing, and to provide verbal or written confirmation of testing which is required by all Data Recipients, please register in one of the following ways:. your name, organization name, phone number, and date of test request(s) to: CQS-CTS-OPRA@siac.com, or. Contact the Service Desk at Indirect Data Recipients must contact their service provider to coordinate testing.

2 Sincerely, Michael Collazo Director NMS Product Planning & Management

3 OPRA OPTIONS REPORTING AUTHORITY New Binary Data Recipient Outputt Formats Summary Version. March 8, 0

4 Version Date Description Document Version Changes.0 // First Released Version. 3/8/ Page 5: Revised the Equity and Index Last Sale (category a ) message format moved Trade Identifier and additional Reserved field to the end of the message format Page 7: Short Equity and Index Quote (category q ) message: Improved the first bullet note about Price and Size field lengths OPRA Binary Data Recipient Output Formats Summary Version. 03/8/0 Page

5 Summary This document introduces new formats for Data Recipient output data (OPRA FAST to Binary). Changes from current specifications Changed the block format by providing a packet length and checksum instead of SOH & ETX. Eliminated individual message sequence numbers and message timestamps. Introduced block sequence numbers for each block (packet), and a common block sent timestamp for all messages in the block. Moved Retransmission Indicator (formerly Retransmission Requestor) and Session Indicator (now reserved) from each message into a common block header. Message categories (except Admin [Category C] & Control [Category H]) are a fixed length. This eliminates the need for a message length. All numeric values are represented as signed or unsigned binary integers instead of strings of ASCII digits. The maximum values for the numeric fields (prices, sizes, volumes, etc.) have increased to the limits for integers. Prices, Index Values and other byte signed integer fields can now have a range of (-),7,83,68 to (+),7,83,67. Sizes, Volumes and other byte unsigned integer fields can have a range of 0 to,9,967,95. For short quotes the price and size limitations of the byte unsigned integers is 0 to 65,535. These fields will be limited initially as follows: ) 8 digits for prices/values; and ) 5 digits for sizes/values; with the exception of the underlying price ( digits). All denominator code fields will now share the same values. Reduced the number of bytes required to represent the current option expiration date from 5 to 3. Added a trade identifier to Equity and Index Last Sale (category a ) message. Added a Index Value Denominator Code to Underlying Value (Index) (category Y ) message. Removed Net Change Indicator from Equity and Index End of Day Summary (category f ) message. Renamed Equity and Index Quote with Size (category k ) message to Long Equity and Index Quote (Long Quote). Added the Short Equity and Index Quote (Short Quote) (category q ) message category. Data formats for block header and messages All numeric values will be,,, or 8 byte binary integers, and will be sent in network order (bigendian). All ASCII characters are either digits ( 0-9 ), upper or lower case letters ( A - Z, a - z ) or space ( ). OPRA Binary Data Recipient Output Formats Summary Version. 03/8/0 Page

6 Transmission Block format & BODY & BODY ~~~ N & BODY PAD BYTE (IF REQUIRED) Block Header ( bytes) VERSION NUMBER SIZE DATA FEED INDICATOR RETRANSMISSION INDICATOR RESERVED BYTE SEQUENCE NUMBER S IN SENT TIMESTAMP SECONDS FRACTIONAL SECOND CHECKSUM. Version Number: Initial version number: Hex 0x03 for output byte unsigned integer. Block Size: Size in bytes of entire block, including Version Number, Block Size, and Pad Byte fields byte unsigned integer 3. Data Feed Indicator: O for OPRA byte ASCII character. Retransmission Indicator: On output, either space or V indicating a retransmission byte ASCII character 5. Reserved: for future use, zero filled byte unsigned integer 6. Block Sequence Number: Sequential number for this block, rolls over after 3,999,999,999 byte unsigned integer 7. Messages in Block: Up to 55 messages per block byte unsigned integer 8. Block Sent Timestamp a. Seconds: UNIX Timestamp (Seconds since //970 00:00:00) in EST/EDT byte unsigned integer b. Fractional Second: Represented in nanoseconds, accuracy to microsecond byte unsigned integer 9. Block Checksum: Lower word (6 bits) of sum of all bytes in block, including Version Number, Block Size, and Pad Byte fields; excluding Block Checksum field byte unsigned integer 0. Pad Byte: Used to ensure block is an even number of bytes byte unsigned integer, value Hex 0x00 OPRA Binary Data Recipient Output Formats Summary Version. 03/8/0 Page 3

7 Message Formats Common Elements ) All messages begin with a byte Message Header. All bytes are ASCII characters. Message Indicator only has values for quote messages (categories k & q). For all other categories, it is reserved (space filled). PARTICIPANT ID CATEGORY TYPE INDICATOR ) Message Header: all messages, except for categories C & H, have a fixed length, which is determined by reading the Message Header. The combination of Message Category and Message Indicator indicate the length of the message. For categories a, d, f and Y, only the Message Category is used; the Message Indicator is reserved. For quotes, categories k and q, the base message length is determined from the Category; the Message Indicator contains the BBO Indicator field, and is used to determine the appendage type (None, Single, or Double). See the Long Equity and Index Quote (category k ) section for details on the BBO Indicator. 3) Expiration Block: Expiration Month, Expiration Day, and Expiration Year (categories a,d,f,k,q) will be represented by a 3 byte Expiration Block as follows: MONTH DAY YEAR a) Expiration Month: A letter, A-X representing calls or puts, and month, byte ASCII character b) Expiration Day: 3, byte unsigned integer c) Expiration Year: 0 99, starting with year 000, byte unsigned integer ) All prices and index values are represented as either byte unsigned integers in Short Quotes (category q), or byte signed integers in all other message categories, except where noted. 5) All other numeric fields (sizes, volumes, fields in the block header) will be represented as,, or byte unsigned integers, except where noted. 6) Denominator (DENOM) codes are ASCII characters A through I. See table on page 8. 7) For message categories a,d,f,k & Y, the Security Symbol is followed by a reserved byte (RSVD) for future use. 8) All Reserved fields are filled with zeroes (hex 0x00), except where noted. OPRA Binary Data Recipient Output Formats Summary Version. 03/8/0 Page

8 Administrative and Control messages (categories C and H) DATA LENGTH DATA (FREE FORM ASCII TEXT OR BINARY DATA - MAX 50 BYTES) Variable Message Data Length is a byte unsigned integer, which represents the length of the Message Data field. Message Length can be 0 if there is no Message Data. C and H messages will be sent singly, one to a block. C and H Message Length: Variable (6 bytes + Message Data length) Underlying Value (Index) (category Y) For Message Type (space), only Index Value is used; Offer Index Value is reserved. Y Message Length: 9 bytes. Equity and Index Last Sale (category a) SECURITY SYMBOL RSVD STRIKE STRIKE 5 3 VOLUME PREMIUM PREMIUM TRADE IDENTIFIER RESERVED a Message length: 35 bytes Open Interest (category d) SECURITY SYMBOL RSVD STRIKE STRIKE OPEN INTEREST VOLUME 5 3 d Message length: bytes OPRA Binary Data Recipient Output Formats Summary Version. 03/8/0 Page 5

9 Equity and Index End of Day Summary (category f) SECURITY SYMBOL RSVD STRIKE STRIKE VOLUME OPEN INTEREST VOLUME 5 3 PREMIUM OPEN HIGH LOW LAST NET CHANGE UNDERLYING DENOMINATOR CODE UNDERLYING BID OFFER 8 Net Change is a byte Signed Integer Underlying Price is an 8 byte Signed Integer f Message length: 6 bytes Long Equity and Index Quote (category k) SECURITY SYMBOL RSVD STRIKE STRIKE 5 3 PREMIUM BID BID SIZE OFFER OFFER SIZE The presence of an appendage is determined by the BBO Indicator (contained in the Message Indicator field of the Message Header). Values of C, G, K indicate a single Best Offer appendage. Values of M, N & P indicate a single Best Bid appendage. A value of O indicates a double appendage, containing both the Best Bid and Best Offer. k Message length: 35 bytes with no appendage; 5 bytes with a Single, 55 bytes with a Double OPRA Binary Data Recipient Output Formats Summary Version. 03/8/0 Page 6

10 Single Appendage PARTICIPANT ID DENOMINATOR CODE SIZE The fields in the single appendage represent either the Best Bid or Best Offer values, depending on the BBO indicator. Single Appendage Length: 0 bytes Double Appendage BEST BID PARTICIPANT ID BEST BID BEST BID BEST BID SIZE BEST OFFER PARTICIPANT ID BEST OFFER BEST OFFER BEST OFFER SIZE Double Appendage Length: 0 bytes Short Equity and Index Quote (category q) SECURITY SYMBOL STRIKE BID BID SIZE OFFER OFFER SIZE 3 Strike Price, Bid Price, Bid Size, Offer Price and Offer Size are byte unsigned integers. Any message with a Security Symbol greater than characters must use a Long Quote (category k ) Strike Price Denominator Code is implied to be A ( digit to the right of the decimal point). * Premium Price Denominator Code is implied to be B ( digits to the right of the decimal point). * * Any message whose values cannot fit in byte unsigned integers with the given Denominator Code restrictions must use a Long Quote. Appendages are the same as for the Short Quotes and Long Quotes. q Message length: bytes with no appendage; 3 bytes with a Single, bytes with a Double OPRA Binary Data Recipient Output Formats Summary Version. 03/8/0 Page 7

11 Denominator Codes Denominator Numerator Code Value (number of decimal places) A 0 B 00 C,000 3 D 0,000 E 00,000 5 F,000,000 6 G 0,000,000 7 H 00,000,000 8 I No Fraction 0 OPRA Binary Data Recipient Output Formats Summary Version. 03/8/0 Page 8

OPTIONS PRICE REPORTING AUTHORITY

OPTIONS PRICE REPORTING AUTHORITY OPRA OPTIONS PRICE REPORTING AUTHORITY BINARY DATA RECIPIENT INTERFACE SPECIFICATION Aug 2, 207 Version 2.6 TABLE OF CONTENTS.0 INTRODUCTION... 7.0 BACKGROUND... 7.02 SCOPE... 7 2.0 GENERAL DESIGN OF

More information

Also provided is a list of OPRA FAST questions submitted by Data Recipients, along with responses.

Also provided is a list of OPRA FAST questions submitted by Data Recipients, along with responses. Securities Industry Automation Corporation P.O. Box 24270, Brooklyn, NY 11202-4270 March 26, 2007 To: Subject: OPRA Multicast Data Recipients OPRA FAST Protocol Attached you will find a C language OPRA

More information

OPTIONS PRICE REPORTING AUTHORITY

OPTIONS PRICE REPORTING AUTHORITY OPRA OPTIONS PRICE REPORTING AUTHORITY BINARY PARTICIPANT INTERFACE SPECIFICATION March 20, 203 Version.2 TABLE OF CONTENTS.0 INTRODUCTION... 7.0 BACKGROUND... 7.02 SCOPE... 7 2.0 GENERAL DESIGN OF DATA

More information

400 S. LaSalle Street Chicago, IL 60605

400 S. LaSalle Street Chicago, IL 60605 ,LLC 400 S. LaSalle Street Chicago, IL 60605 Phone: 312-786-7195 Fax: 312-786-8808 www.opradata.com Date: 9/21/2018 TO: All OPRA Market Data Recipients FROM: OPRA, LLC RE: New OPRA Symbol Distribution

More information

ISE, GEMX & MRX Top Combo Quote Feed VERSION 1.0 AUGUST 23, 2017

ISE, GEMX & MRX Top Combo Quote Feed VERSION 1.0 AUGUST 23, 2017 ISE, GEMX & MRX Top Combo Quote Feed VERSION 1.0 AUGUST 23, 2017 Top Combo Quote Feed Version 1.0 Nasdaq ISE Top Combo Quote Feed Nasdaq ISE Glimpse for Top Combo Quote Feed Table of Contents 1. Overview

More information

Nasdaq ISE Trade Combo Feed Specification VERSION AUGUST 23, 2017

Nasdaq ISE Trade Combo Feed Specification VERSION AUGUST 23, 2017 Nasdaq ISE Trade Combo Feed Specification VERSION 1.0.1 AUGUST 23, 2017 Nasdaq ISE Trade Combo Feed Version 1.01 Nasdaq ISE Trade Combo Feed Table of Contents 1. Overview 3 2. Architecture 4 3. Data Types

More information

ISE, GEMX, & MRX Depth of Market Feed Specification VERSION 1.01 JUNE 13, 2017

ISE, GEMX, & MRX Depth of Market Feed Specification VERSION 1.01 JUNE 13, 2017 ISE, GEMX, & MRX Depth of Market Feed Specification VERSION 1.01 JUNE 13, 2017 Nasdaq ISE/Nasdaq GEMX/Nasdaq MRX Depth of Market Feed Nasdaq ISE/Nasdaq GEMX/Nasdaq MRX Glimpse for Depth of Market Feed

More information

ISE, GEMX, & MRX Top Quote Feed Specification VERSION 1.01 JUNE 13,

ISE, GEMX, & MRX Top Quote Feed Specification VERSION 1.01 JUNE 13, ISE, GEMX, & MRX Top Quote Feed Specification VERSION 1.01 JUNE 13, 2017 1 Nasdaq ISE/Nasdaq GEMX/Nasdaq MRX Top Quote Feed Nasdaq ISE/Nasdaq GEMX/Nasdaq MRX Glimpse for Top Quote Feed Table of Contents

More information

NFX MARKET DATA FEED INTERFACE SPECIFICATIONS. NFX Market Data Feed

NFX MARKET DATA FEED INTERFACE SPECIFICATIONS. NFX Market Data Feed NFX Market Data Feed Table of Contents 1 INTRODUCTION... 3 1.1 PURPOSE... 3 1.2 ARCHITECTURE... 3 2 SESSION CHARACTERISTICS... 4 2.1 REAL-TIME PRODUCTION DATA... 4 2.2 PRE-LAUNCH TEST DATA... 4 2.3 TRANSMISSION

More information

NFX GLIMPSE INTERFACE SPECIFICATIONS NFX GLIMPSE. Version 4.00

NFX GLIMPSE INTERFACE SPECIFICATIONS NFX GLIMPSE. Version 4.00 NFX GLIMPSE INTERFACE SPECIFICATIONS NFX GLIMPSE 1. Overview A complement to the NFX Depth of Market (NFX Depth) real-time data feed product, NFX GLIMPSE 4.0 is a point-to-point data feed connection that

More information

Expansion to 24 CQS and 26 CTS Multicast Lines Update to IP Multicast Addresses/Ports

Expansion to 24 CQS and 26 CTS Multicast Lines Update to IP Multicast Addresses/Ports Securities Industry Automation Corporation P.O. Box 24270, Brooklyn, NY 11202-4270 February 27, 2009 To: Subject: CQS & CTS Multicast Data Recipients Expansion to 24 CQS and 26 CTS Multicast Lines Update

More information

Cboe Futures Exchange Multicast TOP Specification. Version 1.1.3

Cboe Futures Exchange Multicast TOP Specification. Version 1.1.3 Multicast TOP Specification Version 1.1.3 November 8, 2018 Contents 1 Introduction... 5 1.1 Overview... 5 1.2 Feed Hours and System Restart... 5 1.3 Feed Connectivity Requirements... 6 1.4 Symbol Ranges,

More information

Japannext PTS GLIMPSE Market Data Specification for Equities

Japannext PTS GLIMPSE Market Data Specification for Equities Japannext PTS GLIMPSE Market Data Specification for Equities Version 1.2 Updated 26 October 2017 Table of Contents Introduction... 3 Overview... 3 Data Types... 3 Service Usage... 3 Outbound Sequenced

More information

UTP Snap-Shot 1.0 Version 1.0 Published October 2018

UTP Snap-Shot 1.0 Version 1.0 Published October 2018 UTP Snap-Shot 1.0 Version 1.0 Published October 2018 Table of Contents 1 Overview... 3 2 Architecture... 3 3 Data Types... 5 4 Message Formats... 6 4.1 Control Message... 7 4.2 Issue Symbol Directory Message

More information

Transport Protocol (IEX-TP)

Transport Protocol (IEX-TP) Transport Protocol (IEX-TP) Please contact IEX Market Operations at 646.568.2330 or marketops@iextrading.com, or your IEX onboarding contact with any questions. Version: 1.1 Updated: December 22, 2014

More information

US Options Multicast Top Specification. Version 1.2.2

US Options Multicast Top Specification. Version 1.2.2 US Options Multicast Top Specification Version 1.2.2 December 21, 2018 Contents 1 Introduction... 5 1.1 Overview... 5 1.2 Feed Connectivity Requirements... 6 1.3 Symbol Ranges, Units, and Sequence Numbers...

More information

Japannext PTS ITCH Market Data Specification for Equities

Japannext PTS ITCH Market Data Specification for Equities Japannext PTS ITCH Market Data Specification for Equities Version 1.5 Updated 26 October 2017 Table of Contents Introduction... 3 Overview... 3 Data Types... 3 Outbound Sequenced Messages... 3 Seconds

More information

Securities Industry Automation Corporation P.O. Box 24270, Brooklyn, NY

Securities Industry Automation Corporation P.O. Box 24270, Brooklyn, NY Securities Industry Automation Corporation P.O. Box 24270, Brooklyn, NY 11202-4270 www.siac.com To: Subject: OPRA Multicast Data Recipients OPRA Expansion to 24 Equity/Index Multicast Lines Modification

More information

US Options Complex Multicast TOP Specification

US Options Complex Multicast TOP Specification US Options Complex Multicast TOP Specification Version 1.0.12 March 23, 2018 Contents 1 Introduction... 5 1.1 Overview... 5 1.2 Feed Connectivity Requirements... 5 1.3 Symbol Ranges, Units, and Sequence

More information

US Options Multicast Top Specification. Version 1.1.6

US Options Multicast Top Specification. Version 1.1.6 US Options Multicast Top Specification Version 1.1.6 March 23, 2018 Contents 1 Introduction... 5 1.1 Overview... 5 1.2 Feed Connectivity Requirements... 5 1.3 Symbol Ranges, Units, and Sequence Numbers...

More information

Operating Omega ATS and Lynx ATS. QUOTE TRANSFER PROTOCOL (QTP) SPECIFICATION v 1.05

Operating Omega ATS and Lynx ATS. QUOTE TRANSFER PROTOCOL (QTP) SPECIFICATION v 1.05 Operating Omega ATS and Lynx ATS QUOTE TRANSFER PROTOCOL (QTP) SPECIFICATION v 1.05 Revision History Date Revision Description of Change April 15, 2016 1.00 Created April 27, 2016 1.01 Edits made to document.

More information

Cboe Futures Exchange Multicast Depth of Book (PITCH) Specification. Version

Cboe Futures Exchange Multicast Depth of Book (PITCH) Specification. Version Multicast Depth of Book (PITCH) Specification Version 1.0.14 February 21, 2018 Multicast PITCH Specification (Version 1.0.14) Contents 1 Introduction... 5 1.1 Overview... 5 1.2 Feed Hours and System Restart...

More information

Cboe Futures Exchange Multicast Depth of Book (PITCH) Specification. Version 1.1.5

Cboe Futures Exchange Multicast Depth of Book (PITCH) Specification. Version 1.1.5 Multicast Depth of Book (PITCH) Specification Version 1.1.5 November 8, 2018 Multicast PITCH Specification (Version 1.1.5) Contents 1 Introduction... 5 Overview... 5 Feed Hours and System Restart... 5

More information

ArcaTrade Specification for Bonds

ArcaTrade Specification for Bonds Specification for Bonds For the New York Stock Exchange April 24, 2007 Version 1.07 Copyright 2006 Archipelago Holdings, Inc. All Rights Reserved. Copyright 2006 Archipelago Holdings, Inc. All rights reserved.

More information

National Market Systems. Common IP Multicast Distribution Network

National Market Systems. Common IP Multicast Distribution Network SECURITIES INDUSTRY AUTOMATION CORPORATION National Market Systems Common IP Multicast Distribution Network Recipient Interface Specification Date: February 21, 2017 Prepared by: Communications Engineering

More information

SIAC Securities Industry Automation Corporation

SIAC Securities Industry Automation Corporation IAC ecurities Industry Automation Corporation Autolink Facility Guide Date: June 24, 206 Version:.6 CT/CQ/OPRA Automated Retransmissions TABLE OF CONTENT REVIION HITORY...3 ECTION : INTRODUCTION.... AUTOMATED

More information

SIAC Securities Industry Automation Corporation

SIAC Securities Industry Automation Corporation IAC ecurities Industry Automation Corporation Autolink Facility Guide Date: August 3, 207 Version:.8 CT/CQ/OPRA Automated Retransmissions TABLE OF CONTENT REVIION HITORY...3 ECTION : INTRODUCTION.... AUTOMATED

More information

Frequently Asked Questions. Top of PHLX Options TOPO v3

Frequently Asked Questions. Top of PHLX Options TOPO v3 Frequently Asked Questions Top of PHLX Options TOPO v3 NASDAQ OMX PHLX SM (PHLX SM ) offers a top of market data feed called the Top of PHLX Options (TOPO). This document attempts to answer technical questions

More information

US Options Complex Multicast PITCH Specification

US Options Complex Multicast PITCH Specification Multicast PITCH Specification Version 2.0.9 March 23, 2018 Contents 1 Introduction... 5 1.1 Overview... 5 1.2 Feed Connectivity Requirements... 5 1.3 Symbol Ranges, Units, and Sequence Numbers... 7 1.4

More information

US Options Complex Multicast TOP Specification

US Options Complex Multicast TOP Specification US Options Complex Multicast TOP Specification Version 1.0.4 September 1, 2017 Contents 1 Introduction... 5 1.1 Overview... 5 1.2 Feed Connectivity Requirements... 5 1.3 Symbol Ranges, Units, and Sequence

More information

Chi-X Japan CHIXOE Interface Specification

Chi-X Japan CHIXOE Interface Specification Chi-X Japan Trading System Document ID: JPCX-L3-D-022 9-Nov-2017 Version 1.8 CONTENTS 1 Introduction... 1 1.1 Relevant documents... 1 1.2 Revision History... 1 2 Data Types... 2 2.1 Integer... 2 2.2 Alpha...

More information

Market Maker Direct Specification for Options

Market Maker Direct Specification for Options Market Maker Direct Specification for Options For the NYSE Arca & NYSE American Options Exchanges November 14, 2017 Version 5.5 NYSE Group, Inc. 2005 2017 All rights reserved. This document contains information

More information

US Options Complex Multicast PITCH Specification

US Options Complex Multicast PITCH Specification Multicast PITCH Specification Version 2.1.0 November 16, 2018 Contents 1 Introduction... 6 1.1 Overview... 6 1.2 Complex Multicast PITCH Feed Descriptions... 6 1.3 Feed Connectivity Requirements... 6 1.4

More information

CTS, CQS, and OPRA Multicast Data Recipients. New NMS Output Communications Network Source Addresses

CTS, CQS, and OPRA Multicast Data Recipients. New NMS Output Communications Network Source Addresses Securities Industry Automation Corporation P.O. Box 24270, Brooklyn, NY 11202-4270 www.siac.com February 4, 2005 To: Subject: CTS, CQS, and OPRA Multicast Data Recipients New NMS Output Communications

More information

Real-Time NYSE Quotes

Real-Time NYSE Quotes Real-Time NYSE Quotes Customer Interface Specifications Version 1.4 This document was prepared by the New York Stock Exchange (NYSE). The copyright for this specification has been assigned to the NYSE

More information

NYSE Real-Time Reference Prices

NYSE Real-Time Reference Prices NYSE Real-Time Reference Prices Customer Interface Specifications Version 1.4 This document was prepared by the New York Stock Exchange (NYSE). The copyright for this specification has been assigned to

More information

ArcaBook Multicast. for. Equities. Customer Interface Specifications. Version 2.0

ArcaBook Multicast. for. Equities. Customer Interface Specifications. Version 2.0 ArcaBook Multicast for Equities Customer Interface Specifications Version 2.0 This document was prepared by the New York Stock Exchange (NYSE). The copyright for this specification has been assigned to

More information

PBOT Data Distribution System

PBOT Data Distribution System FINANCIAL AUTOMATION PBOT Data Distribution System Vendor Interface Specification Document No.: OTS -04-668-SPEC Revision History Version Date Comments Approval Draft 5/25/05 Draft Note: This document

More information

Turquoise. TQ401 - Level 2 MITCH UDP Market Data. Issue January 2018

Turquoise. TQ401 - Level 2 MITCH UDP Market Data. Issue January 2018 Turquoise TQ401 - Level 2 MITCH UDP Market Data Issue 3.5.3 03 January 2018 Contents 1.0 Introduction 4 1.1 Purpose 4 1.2 Readership 4 1.3 Document Series 4 1.4 Document History 6 1.5 Enquiries 11 6.0

More information

SIAC. Enhanced Autolink Facility User Guide

SIAC. Enhanced Autolink Facility User Guide IAC ecurities Industry Automation Corporation Enhanced Autolink Facility Guide Date: January, 200 Version:. CT/CQ/OPRA Automated Retransmissions TABLE OF CONTENT DOCUMENT HITORY... ECTION : INTRODUCTION....

More information

London Stock Exchange

London Stock Exchange London Stock Exchange MIT 303 Level 2 - MITCH Specification Issue 11.6 17 August 2015 Contents Disclaimer 4 1.0 Introduction 5 1.1 Purpose 5 1.2 Readership 5 1.3 Document Series 5 1.4 Document History

More information

Computer Network Programming

Computer Network Programming Computer Network Programming SCTP Overview Dr. Sam Hsu Computer Science & Engineering Florida Atlantic University SCTP Overview Introduction Motivations Architectural & Functional Views Packet & Chunk

More information

Version Updated: February 27, 2018

Version Updated: February 27, 2018 Version 1.64 Updated: February 27, 2018 Copyright 2018 Exchange LLC. All rights reserved. This document may not be modified, reproduced, or redistributed without the written permission of IEX Group, Inc.

More information

NYSE BONDS DEPTH OF BOOK CLIENT SPECIFICATION

NYSE BONDS DEPTH OF BOOK CLIENT SPECIFICATION Document title NYSE BONDS DEPTH OF BOOK CLIENT SPECIFICATION Version Date 4.01b October 13, 2015 2015 NYSE. All rights reserved. No part of this material may be copied, photocopied or duplicated in any

More information

SIAC Securities Industry Automation Corporation

SIAC Securities Industry Automation Corporation SIAC Securities Industry Automation Corporation AutoLink-2 User s Manual Revision 1.1.5 06/22/05 National Market Systems Introduction The Securities Industry Automation Corporation (SIAC) provides a retransmission

More information

Derivatives Market Data Feed Specifications (DMDF-UDP)

Derivatives Market Data Feed Specifications (DMDF-UDP) Derivatives Market Data Feed Specifications (DMDF-UDP) Created by: John Steinberg Updated by: Peshen Reddy Date: 2016-06-30 Version: 2.2 Derivatives Market Data Feed Specifications Page 1 / 43 TABLE OF

More information

NYSE Imbalances feed

NYSE Imbalances feed NYSE Imbalances feed Customer Interface Specification Version 1.3 This document was prepared by the New York Stock Exchange (NYSE). The copyright for this specification has been assigned to the NYSE and

More information

UNIT 7A Data Representation: Numbers and Text. Digital Data

UNIT 7A Data Representation: Numbers and Text. Digital Data UNIT 7A Data Representation: Numbers and Text 1 Digital Data 10010101011110101010110101001110 What does this binary sequence represent? It could be: an integer a floating point number text encoded with

More information

NYSE Arca Trades. Customer Interface Specifications. Version 2.4

NYSE Arca Trades. Customer Interface Specifications. Version 2.4 NYSE Arca Trades Customer Interface Specifications Version 2.4 This document was prepared by the New York Stock Exchange (NYSE). The copyright for this specification has been assigned to the NYSE and any

More information

Specialized Quote Interface (SQF) VERSION 6.4N October 31, 2017

Specialized Quote Interface (SQF) VERSION 6.4N October 31, 2017 Specialized Quote Interface (SQF) VERSION 6.4N October 31, 2017 Nasdaq Options Market Nasdaq PHLX Nasdaq BX Options Specialized Quote Interface Version 6.4n Version 6.4n Page 1 Table of Contents 1 Overview...

More information

XDP Trades Client Specification NYSE Trades NYSE Arca Trades NYSE Amex Trades

XDP Trades Client Specification NYSE Trades NYSE Arca Trades NYSE Amex Trades XDP Trades NYSE Trades NYSE Arca Trades NYSE Amex Trades Version 1.0e September 29, 2011 2011 NYSE Euronext. All rights reserved. No part of this material may be copied, photocopied or duplicated in any

More information

XDP TRADES CLIENT SPECIFICATION

XDP TRADES CLIENT SPECIFICATION Document title XDP TRADES NYSE TRADES. NYSE ARCA TRADES, NYSE MKT TRADES Version Date 1.7 12 September 2013 2014 NYSE Euronext. All rights reserved. No part of this material may be copied, photocopied

More information

Quote Using Orders (QUO) (Previously OTTO Version 1.4d)

Quote Using Orders (QUO) (Previously OTTO Version 1.4d) Quote Using Orders (QUO) (Previously OTTO Version 1.4d) Contents 1 Overview...2 1.1 Architecture...2 1.2 Data Types...3 1.3 Fault Redundancy...3 1.4 Service Bureau Configuration...4 1.5 Important Notes...4

More information

NYSE Liquidity Replenishment Points

NYSE Liquidity Replenishment Points NYSE Liquidity Replenishment Points Customer Interface Specifications Version 1.0 This document was prepared by the New York Stock Exchange (NYSE). The copyright for this specification has been assigned

More information

Cboe Application Programming Interface. Cboe Streaming Market (CSM) Opening Auction Feed Specifications

Cboe Application Programming Interface. Cboe Streaming Market (CSM) Opening Auction Feed Specifications Cboe Application Programming Interface Cboe Streaming Market (CSM) Opening Auction Feed Specifications Version 1.0 June 13, 2018 (updated 7/18/2018) Change Notices The following change notices are provided

More information

NYSE OpenBook Ultra. Customer Interface Specifications. Version 1.2

NYSE OpenBook Ultra. Customer Interface Specifications. Version 1.2 NYSE OpenBook Ultra Customer Interface Specifications Version 1.2 This document was prepared by the New York Stock Exchange (NYSE). The copyright for this specification has been assigned to the NYSE and

More information

US Equities TOP Specification. Version 1.3.1

US Equities TOP Specification. Version 1.3.1 US Equities TOP Specification Version 1.3.1 October 17, 2017 Contents 1 Introduction... 4 1.1 Overview... 4 1.2 Typography... 4 1.3 Data Types... 5 2 Protocol... 6 2.1 Message Format... 6 3 Sessions...

More information

XDP TRADES FEED CLIENT SPECIFICATION

XDP TRADES FEED CLIENT SPECIFICATION XDP TRADES FEED NYSE TRADES, NYSE MKT TRADES Version Date 2.3e 21 November 2014 2014 NYSE. All rights reserved. No part of this material may be copied, photocopied or duplicated in any form by any means

More information

Omega SOUP Interface Specification Guide

Omega SOUP Interface Specification Guide OMEGA ATS Omega Alternative Trading System Omega SOUP Interface Specification Guide O M E G A A L T E R NA T I V E T R A D I N G S Y S T E M Interface and Protocol Specifications (Version 1.0.20) Copyright

More information

MARKET FEED CM, FAO & CD TICK BY TICK FEED

MARKET FEED CM, FAO & CD TICK BY TICK FEED MARKET FEED CM, FAO & CD TICK BY TICK FEED Version: 5.5 Date: 12 August, 2015 NSE DATA & ANALYTICS LIMITED EXCHANGE PLAZA, PLOT NO. C/1, G BLOCK, BANDRA-KURLA COMPLEX, BANDRA (E), MUMBAI 400 051. INDIA.

More information

NYSE Amex OpenBook Ultra

NYSE Amex OpenBook Ultra NYSE Amex OpenBook Ultra Customer Interface Specifications Version 1.1 This document was prepared by the New York Stock Exchange (NYSE). The copyright for this specification has been assigned to the NYSE

More information

NYSE Liquidity Replenishment Points

NYSE Liquidity Replenishment Points NYSE Liquidity Replenishment Points Customer Interface Specifications Version 1.0 This document was prepared by the New York Stock Exchange (NYSE). The copyright for this specification has been assigned

More information

XDP TRADES FEED CLIENT SPECIFICATION

XDP TRADES FEED CLIENT SPECIFICATION XDP TRADES FEED CLIENT SPECIFICATION NYSE TRADES FEED NYSE AMERICAN TRADES FEED NYSE NATIONAL TRADES FEED NYSE ARCA TRADES FEED Version Date 2.5 January 10, 2018 Copyright 2019 Intercontinental Exchange,

More information

EWBS Receiving Module Communication specifications

EWBS Receiving Module Communication specifications 2017/01/05 EWBS Receiving Module Communication specifications v1.00 Century Revision history Revision Date Changes 1.00 2017/01/05 Initial Release. 1 Serial communication specifications Asynchronous serial

More information

Japannext PTS OUCH Trading Specification for Equities

Japannext PTS OUCH Trading Specification for Equities Japannext PTS OUCH Trading Specification for Equities Version 1.8 Updated 8 November 2017 Table of Contents Introduction...3 Overview...3 Fault Redundancy...3 Service Configuration...3 Data Types...3 Inbound

More information

XDP TRADES FEED CLIENT SPECIFICATION

XDP TRADES FEED CLIENT SPECIFICATION XDP TRADES FEED CLIENT SPECIFICATION NYSE TRADES FEED NYSE AMERICAN TRADES FEED NYSE NATIONAL TRADES FEED PRODUCTION 2018 NYSE ARCA TRADES FEED PRODUCTION 2018 Version Date 2.4b January 29, 2018 Copyright

More information

US Equities/Options Multicast Depth of Book (PITCH) Specification

US Equities/Options Multicast Depth of Book (PITCH) Specification US Equities/Options Multicast Depth of Book (PITCH) Specification Version 2.38.0 November 27, 2017 Contents 1 Introduction... 6 1.1 Overview... 6 1.2 Feed Connectivity Requirements... 7 1.3 Symbol Ranges,

More information

Cboe Options Exchange FLEX Feed Specification

Cboe Options Exchange FLEX Feed Specification FLEX Feed Specification Version 1.0.0 November 16, 2018 Contents 1 Introduction... 5 1.1 Overview... 5 1.2 Feed Connectivity Requirements... 5 1.3 FLEX Specific Symbol Processing... 7 1.4 Gap Request Proxy

More information

U.S. Options Auction Feed Specification. Version 1.1.1

U.S. Options Auction Feed Specification. Version 1.1.1 U.S. Options Auction Feed Specification Version 1.1.1 December 6, 2018 Contents 1 Introduction... 4 1.1 Feed Connectivity Requirements... 4 2 Protocol... 5 2.1 Message Format... 5 2.2 Data Types... 5 2.3

More information

ITCH PROTOCOL SPECIFICATION DOCUMENT MARKET DATA

ITCH PROTOCOL SPECIFICATION DOCUMENT MARKET DATA ITCH PROTOCOL SPECIFICATION DOCUMENT MARKET DATA 1 REVISION HISTORY Version Last Updated Updates 1.0 June 23, 2015 Initial Version 1.1 July 14, 2015 Changes in condition in trade message as following:

More information

FAST Protocol (SM) Market Data Optimized for High Performance. Matt Simpson, CME, FIX Global Tech Committee FIA Expo 2005

FAST Protocol (SM) Market Data Optimized for High Performance. Matt Simpson, CME, FIX Global Tech Committee FIA Expo 2005 FAST Protocol (SM) Market Data Optimized for High Performance Matt Simpson, CME, FIX Global Tech Committee FIA Expo 2005 What is High Performance Market Data? Highly Scalable Peaks and spikes are handled

More information

M I T 303 B I T - M I L L E N N I U M E X C H A N GE. MITCH Specification. Issue 6.7 October 2014

M I T 303 B I T - M I L L E N N I U M E X C H A N GE. MITCH Specification. Issue 6.7 October 2014 M I T 303 B I T - M I L L E N N I U M E X C H A N GE MITCH Specification Issue 6.7 October 2014 Contents MITCH Specification... 1 1 Introduction... 6 1.1 Purpose... 6 1.2 Readership... 6 1.3 Document series...

More information

XDP TRADES FEED CLIENT SPECIFICATION

XDP TRADES FEED CLIENT SPECIFICATION XDP TRADES FEED NYSE TRADES, NYSE MKT TRADES Version Date 2.3f 29 January 2015 2015 NYSE. All rights reserved. No part of this material may be copied, photocopied or duplicated in any form by any means

More information

XDP TRADES FEED CLIENT SPECIFICATION NYSE AMERICAN TRADES ESTIMATED 2Q17

XDP TRADES FEED CLIENT SPECIFICATION NYSE AMERICAN TRADES ESTIMATED 2Q17 XDP TRADES FEED CLIENT SPECIFICATION NYSE AMERICAN TRADES ESTIMATED 2Q17 NYSE Arca Trades NYSE Trades Estimated 3Q17 Estimated 4Q17 Version Date 2.4 February 2, 2017 Copyright 2017 Intercontinental Exchange,

More information

The type of all data used in a C++ program must be specified

The type of all data used in a C++ program must be specified The type of all data used in a C++ program must be specified A data type is a description of the data being represented That is, a set of possible values and a set of operations on those values There are

More information

Groups of two-state devices are used to represent data in a computer. In general, we say the states are either: high/low, on/off, 1/0,...

Groups of two-state devices are used to represent data in a computer. In general, we say the states are either: high/low, on/off, 1/0,... Chapter 9 Computer Arithmetic Reading: Section 9.1 on pp. 290-296 Computer Representation of Data Groups of two-state devices are used to represent data in a computer. In general, we say the states are

More information

BMV Text Protocol. Table of contents

BMV Text Protocol. Table of contents BMV Text Protocol Table of contents Introduction... 2 Physical interface... 2 Serial port configuration... 2 Message format... 3 Data integrity... 3 Units... 3 Other statistics... 4 Since firmware version

More information

4 rd class Department of Network College of IT- University of Babylon

4 rd class Department of Network College of IT- University of Babylon 1. INTRODUCTION We can divide audio and video services into three broad categories: streaming stored audio/video, streaming live audio/video, and interactive audio/video. Streaming means a user can listen

More information

Data Storage and Query Answering. Data Storage and Disk Structure (4)

Data Storage and Query Answering. Data Storage and Disk Structure (4) Data Storage and Query Answering Data Storage and Disk Structure (4) Introduction We have introduced secondary storage devices, in particular disks. Disks use blocks as basic units of transfer and storage.

More information

Chapter 2 Bits, Data Types, and Operations

Chapter 2 Bits, Data Types, and Operations Chapter Bits, Data Types, and Operations How do we represent data in a computer? At the lowest level, a computer is an electronic machine. works by controlling the flow of electrons Easy to recognize two

More information

Technical Notice

Technical Notice Technical Notice 17-005 TO: FROM: SUBJECT: Montréal Exchange Participants & Vendors Market Access Manager Multicast Feed Changes - Launch of HSVF D5 Protocol & Retiring Of D3 Protocol DATE: July 24 th,

More information

Introduction to CII (Center for the Informatization of Industry)

Introduction to CII (Center for the Informatization of Industry) Introduction to CII (Center for the Informatization of Industry) Table of contents Table of contents... 2 Introduction to CII... 3 Outline of the CII Syntax Rule... 3 Type 12 (Normal mode)... 4 Type 12

More information

Faster FAST Multicore Acceleration of

Faster FAST Multicore Acceleration of Faster FAST Multicore Acceleration of Streaming Financial Data Virat Agarwal, David A. Bader, Lin Dan, Lurng-Kuo Liu, Davide Pasetto, Michael Perrone, Fabrizio Petrini Financial Market Finance can be defined

More information

NSEMD Feed Specification. Version: 6.0 Date: September 21, National Stock Exchange India Limited. All rights reserved.

NSEMD Feed Specification. Version: 6.0 Date: September 21, National Stock Exchange India Limited. All rights reserved. NSEMD Feed Specification Version: 6.0 Date: September 21, 2018 2013 National Stock Exchange India Limited. All rights reserved. Revision History Name Description Date Version 6.0 Inclusion of Commodity

More information

DirectNET Host. Communications Programs. In This Chapter...

DirectNET Host. Communications Programs. In This Chapter... Communications Programs In This Chapter.... Why do you need a communications program? Modes of Operation Protocol Components Controlling the Communications Initiating the Request Acknowledging the Request

More information

Chapter 2 Bits, Data Types, and Operations

Chapter 2 Bits, Data Types, and Operations Chapter 2 Bits, Data Types, and Operations How do we represent data in a computer? At the lowest level, a computer is an electronic machine. works by controlling the flow of electrons Easy to recognize

More information

XDP OPTIONS CLIENT SPECIFICATION

XDP OPTIONS CLIENT SPECIFICATION XDP OPTIONS CLIENT SPECIFICATION NYSE ARCA OPTIONS NYSE AMEX OPTIONS Version Date 1.2a April 11, 2017 Copyright 2017 Intercontinental Exchange, Inc. ALL RIGHTS RESERVED. INTERCONTINENTAL EXCHANGE, INC.

More information

TECHNICAL BULLETIN [ 1 / 8 ]

TECHNICAL BULLETIN [ 1 / 8 ] TECHNICAL BULLETIN [ 1 / 8 ] [Title] Production discontinuation of the QD51(-R24) intelligent communication module [Date of Issue] March 2016 [Relevant Models] QD51, QD51-R2 Thank you for your continued

More information

Cboe Europe Disaster Recovery Guide

Cboe Europe Disaster Recovery Guide Cboe Europe Disaster Recovery Guide 22 August 2016 Cboe Europe Limited is a Recognised Investment Exchange regulated by the Financial Conduct Authority. Cboe Europe Limited is an indirect wholly-owned

More information

XDP OPTIONS CLIENT SPECIFICATION

XDP OPTIONS CLIENT SPECIFICATION XDP OPTIONS CLIENT SPECIFICATION NYSE ARCA OPTIONS NYSE AMEX OPTIONS Version Date 1.0k September 28, 2015 2015 NYSE. All rights reserved. No part of this material may be copied, photocopied or duplicated

More information

XDP OPENBOOK AGGREGATED CLIENT SPECIFICATION

XDP OPENBOOK AGGREGATED CLIENT SPECIFICATION Document title XDP OPENBOOK AGGREGATED CLIENT SPECIFICATION NYSE AMERICAN OPENBOOK AGGREGATED JULY 24, 2017 NYSE OPENBOOK AGGREGATED 4Q 2017 Version Date 2.1a June 26, 2017 Copyright 2017 Intercontinental

More information

RTP: A Transport Protocol for Real-Time Applications

RTP: A Transport Protocol for Real-Time Applications RTP: A Transport Protocol for Real-Time Applications Provides end-to-end delivery services for data with real-time characteristics, such as interactive audio and video. Those services include payload type

More information

Cboe Europe Multicast PITCH Specification

Cboe Europe Multicast PITCH Specification Cboe Europe Multicast PITCH Specification Version 6.22 26 January 2018 Cboe Europe Limited is a Recognised Investment Exchange regulated by the Financial Conduct Authority. Cboe Europe Limited is an indirect

More information

CS 4390 Computer Networks. Transport Services and Protocols

CS 4390 Computer Networks. Transport Services and Protocols CS 4390 Computer Networks UT D data Session 07 Transport Layer Overview and UDP Adapted from Computer Networking a Top-Down Approach 1996-2012 by J.F Kurose and K.W. Ross, All Rights Reserved Transport

More information

XDP INTEGRATED FEED CLIENT SPECIFICATION

XDP INTEGRATED FEED CLIENT SPECIFICATION XDP INTEGRATED FEED CLIENT SPECIFICATION NYSE AMERICAN INTEGRATED FEED NYSE ARCA INTEGRATED FEED NYSE NATIONAL INTEGRATED FEED NYSE INTEGRATED FEED* Version Date 2.1g January 29, 2018 *There may be changes

More information

File Transmission Layout - CCP Fail NDM Layout. Publication Date: October 6, 2016 (10:52:00 PM) Version #: 1.02 Distribution: MBSD Clearing Members

File Transmission Layout - CCP Fail NDM Layout. Publication Date: October 6, 2016 (10:52:00 PM) Version #: 1.02 Distribution: MBSD Clearing Members File Transmission Layout - Layout Publication Date: October 6, 2016 (10:52:00 PM) Version #: 1.02 Distribution: MBSD Clearing Members Version Control Page Date Version # Name Description of Change 4/1/2013

More information

CSC201, SECTION 002, Fall 2000: Homework Assignment #2

CSC201, SECTION 002, Fall 2000: Homework Assignment #2 1 of 7 11/8/2003 7:34 PM CSC201, SECTION 002, Fall 2000: Homework Assignment #2 DUE DATE Monday, October 2, at the start of class. INSTRUCTIONS FOR PREPARATION Neat, in order, answers easy to find. Staple

More information

Chapter 2 Bits, Data Types, and Operations

Chapter 2 Bits, Data Types, and Operations Chapter 2 Bits, Data Types, and Operations Original slides from Gregory Byrd, North Carolina State University Modified by Chris Wilcox, S. Rajopadhye Colorado State University How do we represent data

More information

Packet Capture (PCAP) Trace

Packet Capture (PCAP) Trace Feature Information, page 1 Feature Description, page 2 Configuring PCAP Trace, page 2 Monitoring and Troubleshooting PCAP Trace, page 9 Feature Information Summary Data Applicable Product(s) or Functional

More information

MIB BROADCAST STREAM SPECIFICATION

MIB BROADCAST STREAM SPECIFICATION MIB BROADCAST STREAM SPECIFICATION November 5, 2002, Version 1.0 This document contains a specification for the MIB broadcast stream. It will be specified in a language independent manner. It is intended

More information