Each row of this table indicates that the
TradingPositions in a TradingPositionContainer are available to
customers of Stores where the Contract is deployed, subject to any
terms and conditions associated with the Contract.
Column Descriptions:
Name | Type | Description |
TRADEPOSCN_ID | BIGINT NOT NULL | The TradingPositionContainer. |
CONTRACT_ID | BIGINT NOT NULL | The Contract. |
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> | CONTRACT_ID+TRADEPOSCN_ID | Primary Key |
I0000809 | TRADEPOSCN_ID | Non-Unique Index |
Constrained By Parent Tables:
Constraint | Columns | Parent Table | Parent Columns | Type |
F_832 | TRADEPOSCN_ID | TRADEPOSCN | TRADEPOSCN_ID | Cascade |
F_833 | CONTRACT_ID | CONTRACT | CONTRACT_ID | Cascade |