The Lab

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from this space and version 1.5.69

...

A brief overview of a couple of Pegged order features offered by ECNs that we are implementing:

Collapse to Mid

...

vs Mid Discretionary

Collapse to Mid (CTM) and Mid Discretionary (MDO) are pegged order features offered by ECNs to reduce the time to fill an order by improving the matching opportunity. CTM and MDO allow pegged orders to match at or up to the mid-point price of the BestBidOffer (BBO) when an opposing order arrives with the same entitlements.


Collapse to MidMid Discretionary

Description

Collapse to Mid (CTM) pegged orders match at an ECN-defined mid-point price when an opposing order exists with the same entitlements.

Mid Discretionary pegged orders rest as a passive order, with the discretion to move up to the mid-point price of the BBO when an opposing order arrives with the same entitlements.

Function & Priority

Faster fills compared to MDO.

Since the attempt

As CTM orders compete to match

is

at the ECN-defined mid-point price from the start, the matching opportunity for CTM pegged orders is greater compared to MDO pegged orders.

When the attempt to match as a passive order fails, MDO orders move up to the mid-point price of the BBO to

increase the

improve matching opportunity.

Resting period

Aggressive.

As a result of greater matching opportunity, the time that CTM orders rest on the book is shorter compared to MDO orders.

Less aggressive

Passive.

Rests on the book longer compared to CTM orders

and longer resting time.Starts

, as MDO starts as a passive order, and when attempting to match using mid-discretion, it should satisfy the price limitations of the opposing order to match.

MF API interface

Clients trading CTM orders should populate the following fields in the NewOrderMultileg -

  • PegPriceType = MarketPeg
  • BodyPassthruKey = CollapseToMid with BodyPassthruValue = Y.

Clients trading MDO orders should populate the following fields in the NewOrderMultileg -

  • PegPriceType = PrimaryPeg
  • BodyPassthruKey = MidDiscretionary with BodyPassthruValue = Y.

Supported venues

Offered by the following

ECNs

ECN(s):

(MF is yet to support CTM Pegged Orders in cboefx_fixproxy)

Offered by the following

ECNs

ECN(s):


Spread Orders

Overview

A calendar spread is a futures strategy with simultaneous long and short positions on the same underlying asset but with different expiry dates

...