RoutingState

Metadata

  • Base Table Class: Entity
  • Default Size: 50

Fields

NameTypeSize (bytes)Description
IdInteger (signed)8The unique identifier of this RoutingState.
StatusSet of Status4
CodeInteger (unsigned)4
ShortNameString24The short text identifier of this RoutingState.
NameString48The long text identifier of this RoutingState.
MatchableInteger (unsigned)1
UpdateNumberInteger (unsigned)8A 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.
OwnerUserForeign key to User8The Id of the User that owns this RoutingState.
OwnerGroupForeign key to Group8The Id of the Group that owns this RoutingState.
OwnerFirmForeign key to Firm8The Id of the Firm that owns this RoutingState.
CreateUserForeign key to User8The Id of the User that created this RoutingState.
CreateTimestampInteger (unsigned)8The time at which this RoutingState was created.
UpdateUserForeign key to User8The Id of the User that last updated this RoutingState.
UpdateTimestampInteger (unsigned)8The 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"