This table is used to store the XML document for a given trading position container.
Column Name | Column Type | Column Description |
---|---|---|
FIELD1 | INTEGER NULL |
Customizable. |
FIELD2 | INTEGER NULL |
Customizable. |
SEQUENCE | INTEGER NOT NULL |
Primary key. Sequence number. |
TRADEPOSCN_ID | BIGINT NOT NULL |
Primary key. Trading position container ID. |
XMLDEFINITION | VARCHAR (16000) NULL |
XML document. |
Index Name | Indexed Column Names | Index Type |
---|---|---|
SQL030416035138210 | TRADEPOSCN_ID, SEQUENCE | Primary Key |
Constraint Name | Column Names | Foreign Table Name | Foreign Column Names | Constraint Type |
---|---|---|---|---|
F_913 | TRADEPOSCN_ID | TRADEPOSCN | TRADEPOSCN_ID | Cascade |
Constraint Name | Referenced Column Name | Foreign Table Name | Foreign Column Names | Constraint Type |
---|---|---|---|---|