This table is used to store the XML document for a
given trading position container.
Column Descriptions:
Name | Type | Description |
TRADEPOSCN_ID | BIGINT NOT NULL | Primary key. Trading position container ID. |
SEQUENCE | INTEGER NOT NULL | Primary key. Sequence number. |
XMLDEFINITION | CLOB (1048576) | XML document. |
FIELD1 | INTEGER | Customizable. |
FIELD2 | INTEGER | Customizable. |
OPTCOUNTER | SMALLINT | The optimistic concurrency control counter for
the table. Every time there is an update to the table, the counter
is incremented. |
Indexes:
Name | Column Names | Type |
<SYSTEM-GENERATED> | TRADEPOSCN_ID+SEQUENCE | Primary Key |
Constrained By Parent Tables:
Constraint | Columns | Parent Table | Parent Columns | Type |
F_913 | TRADEPOSCN_ID | TRADEPOSCN | TRADEPOSCN_ID | Cascade |