Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct values of AllocTransType(71) and AllocType(626) #38

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
42 changes: 42 additions & 0 deletions FIX Standard/OrchestraFIX44.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1922,6 +1922,30 @@
</fixr:documentation>
</fixr:annotation>
</fixr:code>
<fixr:code name="Preliminary" id="71004" value="3" sort="4" added="FIX.4.1">
<fixr:annotation>
<fixr:documentation purpose="SYNOPSIS">
Preliminary (without MiscFees and NetMoney) (Removed/Replaced)</fixr:documentation>
</fixr:annotation>
</fixr:code>
<fixr:code name="Calculated" id="71005" value="4" sort="5" added="FIX.4.1">
<fixr:annotation>
<fixr:documentation purpose="SYNOPSIS">
Calculated (includes MiscFees and NetMoney) (Removed/Replaced)</fixr:documentation>
</fixr:annotation>
</fixr:code>
<fixr:code name="CalculatedWithoutPreliminary" id="71006" value="5" sort="6" added="FIX.4.2">
<fixr:annotation>
<fixr:documentation purpose="SYNOPSIS">
Calculated without Preliminary (sent unsolicited by broker, includes MiscFees and NetMoney) (Removed/Replaced)</fixr:documentation>
</fixr:annotation>
</fixr:code>
<fixr:code name="Reversal" id="71007" value="6" sort="7" added="FIX.4.4" addedEP="5">
<fixr:annotation>
<fixr:documentation purpose="SYNOPSIS">
Reversal</fixr:documentation>
</fixr:annotation>
</fixr:code>
<fixr:annotation>
<fixr:documentation purpose="SYNOPSIS">
Identifies allocation transaction type
Expand Down Expand Up @@ -10011,13 +10035,31 @@
</fixr:documentation>
</fixr:annotation>
</fixr:code>
<fixr:code name="SellsideCalculatedUsingPreliminary" id="626003" value="3" sort="3" added="FIX.4.3" updated="FIX.5.0SP2" updatedEP="118">
<fixr:annotation>
<fixr:documentation purpose="SYNOPSIS">
Sellside calculated using preliminary (includes MiscFees and NetMoney) (Replaced)</fixr:documentation>
</fixr:annotation>
</fixr:code>
<fixr:code name="SellsideCalculatedWithoutPreliminary" id="626004" value="4" sort="4" added="FIX.4.3" updated="FIX.5.0SP2" updatedEP="118">
<fixr:annotation>
<fixr:documentation purpose="SYNOPSIS">
Sellside calculatedd without preliminary (sent unsolicited by sellside, includes MiscFees and NetMoney) (Replaced)</fixr:documentation>
</fixr:annotation>
</fixr:code>
<fixr:code name="ReadyToBook" id="626003" value="5" added="FIX.4.3">
<fixr:annotation>
<fixr:documentation purpose="SYNOPSIS">
Ready-To-Book
</fixr:documentation>
</fixr:annotation>
</fixr:code>
<fixr:code name="BuysideReadyToBook" id="626006" value="6" sort="6" added="FIX.4.3" updated="FIX.5.0SP2" updatedEP="118">
<fixr:annotation>
<fixr:documentation purpose="SYNOPSIS">
Buyside Ready-To-Book - combined set of orders (replaced)</fixr:documentation>
</fixr:annotation>
</fixr:code>
<fixr:code name="WarehouseInstruction" id="626004" value="7" added="FIX.4.4">
<fixr:annotation>
<fixr:documentation purpose="SYNOPSIS">
Expand Down