Skip to content

Commit

Permalink
Merge pull request quickfix-j#62 in FO/quickfixj from add-ShortSaleRe…
Browse files Browse the repository at this point in the history
…striction-OTC to QFJ_RELEASE_2_1_0_IG_OTC

* commit '3f65afe50455b6079828c0b52280428dccd4dfdb':
  fixed error in merge ShortSaleRestriction
  FIXAPI-1826 added ShortSaleRestriction to Instrument component, whitespace
  FIXAPI-1826 added ShortSaleRestriction to Instrument component
  FIXAPI-1826
  • Loading branch information
david-gibbs-ig committed Mar 12, 2020
2 parents 600e94a + 3f65afe commit 5a83bfd
Showing 1 changed file with 9 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5500,6 +5500,7 @@
<field name="DatedDate" required="N"/>
<field name="InterestAccrualDate" required="N"/>
<component name="InstrumentParties" required="N"/>
<field name="ShortSaleRestriction" required="N"/>
<component name="ComplexEvents" required="N"/>
</component>

Expand Down Expand Up @@ -9531,7 +9532,7 @@
<field number="1182" name="ApplBegSeqNum" type="SEQNUM"/>
<field number="1183" name="ApplEndSeqNum" type="SEQNUM"/>
<field number="1184" name="SecurityXMLLen" type="LENGTH"/>
<!-- MODIFIED: SecurityXML renamed to SecurityXMLData to prevent duplicate value -->
<!-- MODIFIED: SecurityXML renamed to SecurityXMLData to prevent duplicate value -->
<field number="1185" name="SecurityXMLData" type="XMLDATA"/>
<field number="1186" name="SecurityXMLSchema" type="STRING"/>
<field number="1187" name="RefreshIndicator" type="BOOLEAN"/>
Expand Down Expand Up @@ -9655,7 +9656,7 @@
<field number="1280" name="DerivativeEncodedSecurityDescLen" type="LENGTH"/>
<field number="1281" name="DerivativeEncodedSecurityDesc" type="DATA"/>
<field number="1282" name="DerivativeSecurityXMLLen" type="LENGTH"/>
<!-- MODIFIED: DerivativeSecurityXML renamed to DerivativeSecurityXMLData to prevent duplicate value -->
<!-- MODIFIED: DerivativeSecurityXML renamed to DerivativeSecurityXMLData to prevent duplicate value -->
<field number="1283" name="DerivativeSecurityXMLData" type="DATA"/>
<field number="1284" name="DerivativeSecurityXMLSchema" type="STRING"/>
<field number="1285" name="DerivativeContractSettlMonth" type="MONTHYEAR"/>
Expand Down Expand Up @@ -10189,5 +10190,11 @@
</field>
<field number="5019" name="AccountSummaryItemAmount" type="AMT"/>
<field number="5020" name="AccountSummaryItemCurrency" type="CURRENCY"/>
<field number="1687" name="ShortSaleRestriction" type="INT">
<value enum="0" description="NO_RESTRICTIONS"/>
<value enum="1" description="SECURITY_NOT_SHORTABLE"/>
<value enum="2" description="SECURITY_NOT_SHORTABLE_AT_OR_BELOW_BEST_BID"/>
<value enum="3" description="SECURITY_NOT_SHORTABLE_WITHOUT_PREBORROW"/>
</field>
</fields>
</fix>

0 comments on commit 5a83bfd

Please sign in to comment.