This table stores information about the type of
trading for a TradingAgreement.
Column Descriptions:
Name | Type | Description |
TRDTYPE_ID | INTEGER NOT NULL | Trading type ID. Valid values are as follows:
0 = Account
1 = Contract
2 = RFQReq
3 = RFQResp
4 = RFQResult
5 = Exchange
6 = Auction
7 = ReverseAuction |
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> | TRDTYPE_ID | Primary Key |
Referenced By Child Tables:
Constraint | Columns | Child Table | Child Columns | Type |
F_866 | TRDTYPE_ID | TRADING | TRDTYPE_ID | Cascade |
F_884 | TRDTYPE_ID | TRDTYPEDSC | TRDTYPE_ID | Cascade |