Database Table: TRDTYPE

This table stores information about the type of trading for a TradingAgreement.

Column Name Column Type Column Description
TRDTYPE_ID INTEGER
NOT NULL
Trading type ID:
0 = Account
1 = Contract
2 = RFQReq
3 = RFQResp
4 = RFQResult
5 = Exchange
6 = Auction
7 = ReverseAuction
Indexes:
Index Name Indexed Column Names Index Type
SQL030416035138920 TRDTYPE_ID Primary Key
Constraints:
Constraint Name Column Names Foreign Table Name Foreign Column Names Constraint Type
Not Applicable

Referenced By:
Constraint Name Referenced Column Name Foreign Table Name Foreign Column Names Constraint Type
F_866 TRDTYPE_ID TRADING TRDTYPE_ID Cascade
F_884 TRDTYPE_ID TRDTYPEDSC TRDTYPE_ID Cascade