QuantityStepSet

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

Metadata

  • Base Table Class: Static
  • Default Size: 100

Fields

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

Foreign Keys

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

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