Database Table: TDPSCNCNTR

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 Name Column Type Column Description
CONTRACT_ID BIGINT
NOT NULL
The Contract.
TRADEPOSCN_ID BIGINT
NOT NULL
The TradingPositionContainer.
Indexes:
Index Name Indexed Column Names Index Type
SQL030416035130120 CONTRACT_ID, TRADEPOSCN_ID Primary Key
Constraints:
Constraint Name Column Names Foreign Table Name Foreign Column Names Constraint Type
F_832 TRADEPOSCN_ID TRADEPOSCN TRADEPOSCN_ID Cascade
F_833 CONTRACT_ID CONTRACT CONTRACT_ID Cascade

Referenced By:
Constraint Name Referenced Column Name Foreign Table Name Foreign Column Names Constraint Type
Not Applicable