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

Ep 294 correct values of alloc type(626) #40

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 36 additions & 1 deletion FIX Standard/OrchestraFIX44.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1922,6 +1922,24 @@
</fixr:documentation>
</fixr:annotation>
</fixr:code>
<fixr:code name="Preliminary" id="71004" value="3" sort="4" added="FIX.4.1" deprecated="FIX.4.2">
<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" deprecated="FIX.4.2">
<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" deprecated="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:annotation>
<fixr:documentation purpose="SYNOPSIS">
Identifies allocation transaction type
Expand Down Expand Up @@ -10011,13 +10029,30 @@
</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" deprecated="FIX.4.2">
<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" deprecated="FIX.4.2">
<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" deprecated="FIX.4.2">
<fixr:annotation>
<fixr:documentation purpose="SYNOPSIS">
Buyside Ready-To-Book - combined set of orders (replaced)</fixr:documentation>
</fixr:annotation>
<fixr:code name="WarehouseInstruction" id="626004" value="7" added="FIX.4.4">
<fixr:annotation>
<fixr:documentation purpose="SYNOPSIS">
Expand Down Expand Up @@ -16788,7 +16823,7 @@
</fixr:documentation>
</fixr:annotation>
</fixr:field>
<fixr:field id="372" name="RefMsgType" type="String" added="FIX.4.2" abbrName="RefMsgTyp">
<fixr:field id="372" name="RefMsgType" type="MsgTypeCodeSet" added="FIX.4.2" abbrName="RefMsgTyp">
<fixr:annotation>
<fixr:documentation purpose="SYNOPSIS">
The MsgType (35) of the FIX message being referenced.
Expand Down