Transaction Type
#
Data Dictionary - Entity Table: Transaction_TypeTransaction_Type represents a specific instance of a transaction within the corresponding Transaction_Meta_Type. This is a lookup table for the Transaction_Type_id Column in the table Transactions. (To do: create relation between Transaction_Meta_Type and Transatction_Type)
Primary Key ('id') | . | ENGINE = InnoDB | . | . |
---|---|---|---|---|
Column Name | Data Type | PK Primary Key, NN-Not Null, Null | Example | Comment |
id | BIGINT(12) | PK, NN | 1 | PrimaryKey-ID,(auto creates)'Contains transaction types' |
Name | VARCHAR(45) | NULL | market;limit;all-or-none;fill-or-kill;stop limit; trailing stop | Transaction type name |