RoutingState
- Section: Trading
Metadata
- Base Table Class: Entity
- Default Size: 50
Fields
| Name | Type | Size (bytes) | Description |
|---|---|---|---|
| Id | Integer (signed) | 8 | The unique identifier of this RoutingState. |
| Status | Set of Status | 4 | |
| Code | Integer (unsigned) | 4 | |
| ShortName | String | 24 | The short text identifier of this RoutingState. |
| Name | String | 48 | The long text identifier of this RoutingState. |
| Matchable | Integer (unsigned) | 1 | |
| UpdateNumber | Integer (unsigned) | 8 | A number that records every change that happens to a record. It is primarily used to avoid write after read problems when an intermediate write has changed the originally read record. |
| OwnerUser | Foreign key to User | 8 | The Id of the User that owns this RoutingState. |
| OwnerGroup | Foreign key to Group | 8 | The Id of the Group that owns this RoutingState. |
| OwnerFirm | Foreign key to Firm | 8 | The Id of the Firm that owns this RoutingState. |
| CreateUser | Foreign key to User | 8 | The Id of the User that created this RoutingState. |
| CreateTimestamp | Integer (unsigned) | 8 | The time at which this RoutingState was created. |
| UpdateUser | Foreign key to User | 8 | The Id of the User that last updated this RoutingState. |
| UpdateTimestamp | Integer (unsigned) | 8 | The time at which this RoutingState was last updated. |
Foreign Keys
The following diagram shows the tables that have a foreign key link to the RoutingState table. All Table nodes can be clicked to take you to that table's definition page.
graph LR; Order-->|RoutingState|RoutingState click Order "/marketgrid/developer/model/tables/Order" OrderRoutingStatus-->|RoutingState|RoutingState click OrderRoutingStatus "/marketgrid/developer/model/tables/OrderRoutingStatus"