Calendar

Metadata

  • Base Table Class: Static
  • Default Size: 100

Fields

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

Foreign Keys

The following diagram shows the tables that have a foreign key link to the Calendar table. All Table nodes can be clicked to take you to that table's definition page.

graph LR;
	CalendarEntry-->|Calendar|Calendar
	click CalendarEntry "/marketgrid/developer/model/tables/CalendarEntry"
	InstrumentMarket-->|Calendar|Calendar
	click InstrumentMarket "/marketgrid/developer/model/tables/InstrumentMarket"
	Market-->|Calendar|Calendar
	click Market "/marketgrid/developer/model/tables/Market"