PriceStepSet

A PriceStepSet defines a set of price steps that are permissible when validating the price being used for a particular Entity. Each price step is applied from a given price point until the next price step is defined.

Metadata

  • Base Table Class: Static
  • Default Size: 100

Fields

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

Foreign Keys

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

graph LR;
	Instrument-->|PriceStepSet|PriceStepSet
	click Instrument "/marketgrid/developer/model/tables/Instrument"
	InstrumentGroup-->|PriceStepSet|PriceStepSet
	click InstrumentGroup "/marketgrid/developer/model/tables/InstrumentGroup"
	InstrumentMarket-->|PriceStepSet|PriceStepSet
	click InstrumentMarket "/marketgrid/developer/model/tables/InstrumentMarket"
	Market-->|PriceStepSet|PriceStepSet
	click Market "/marketgrid/developer/model/tables/Market"
	PriceStepSetBreak-->|PriceStepSet|PriceStepSet
	click PriceStepSetBreak "/marketgrid/developer/model/tables/PriceStepSetBreak"