Skip to content

QuickFIX HTML Spec Generation #1

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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
862 changes: 862 additions & 0 deletions FIX40/FIX40.xml

Large diffs are not rendered by default.

266 changes: 266 additions & 0 deletions FIX40/Messages/Advertisement.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,266 @@
=================
Advertisement (7)
=================

+---------+----------+
| MsgType | Category |
+=========+==========+
| 7 | APP |
+---------+----------+

Fields
------

.. list-table::
:header-rows: 1

* - Tag

- Field Name

- Req'd

- Data Type

- Acceptable Enums

* - `2 <http://fixwiki.org/fixwiki/AdvId>`_

- AdvId

- *

- INT

-

* - `3 <http://fixwiki.org/fixwiki/AdvRefID>`_

- AdvRefID

-

- INT

-

* - `4 <http://fixwiki.org/fixwiki/AdvSide>`_

- AdvSide

- *

- CHAR

- B = BUY

* -

-

-

-

- S = SELL

* -

-

-

-

- T = TRADE

* -

-

-

-

- X = CROSS

* - `5 <http://fixwiki.org/fixwiki/AdvTransType>`_

- AdvTransType

- *

- CHAR

- C = CANCEL

* -

-

-

-

- N = NEW

* -

-

-

-

- R = REPLACE

* - `15 <http://fixwiki.org/fixwiki/Currency>`_

- Currency

-

- CHAR

-

* - `22 <http://fixwiki.org/fixwiki/IDSource>`_

- IDSource

-

- CHAR

- 1 = CUSIP

* -

-

-

-

- 2 = SEDOL

* -

-

-

-

- 3 = QUIK

* -

-

-

-

- 4 = ISIN_NUMBER

* -

-

-

-

- 5 = RIC_CODE

* - `106 <http://fixwiki.org/fixwiki/Issuer>`_

- Issuer

-

- CHAR

-

* - `44 <http://fixwiki.org/fixwiki/Price>`_

- Price

-

- FLOAT

-

* - `107 <http://fixwiki.org/fixwiki/SecurityDesc>`_

- SecurityDesc

-

- CHAR

-

* - `48 <http://fixwiki.org/fixwiki/SecurityID>`_

- SecurityID

-

- CHAR

-

* - `53 <http://fixwiki.org/fixwiki/Shares>`_

- Shares

- *

- INT

-

* - `55 <http://fixwiki.org/fixwiki/Symbol>`_

- Symbol

- *

- CHAR

-

* - `65 <http://fixwiki.org/fixwiki/SymbolSfx>`_

- SymbolSfx

-

- CHAR

-

* - `58 <http://fixwiki.org/fixwiki/Text>`_

- Text

-

- CHAR

-

* - `60 <http://fixwiki.org/fixwiki/TransactTime>`_

- TransactTime

-

- TIME

-

Loading