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.
- Section: Products
Metadata
- Base Table Class: Static
- Default Size: 100
Fields
| Name | Type | Size (bytes) | Description |
|---|---|---|---|
| Id | Integer (signed) | 8 | The unique identifier of this PriceStepSet. |
| Status | Set of Status | 4 | |
| ShortName | String | 24 | The short text identifier of this PriceStepSet. |
| 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 PriceStepSet. |
| OwnerGroup | Foreign key to Group | 8 | The Id of the Group that owns this PriceStepSet. |
| OwnerFirm | Foreign key to Firm | 8 | The Id of the Firm that owns this PriceStepSet. |
| CreateUser | Foreign key to User | 8 | The Id of the User that created this PriceStepSet. |
| CreateTimestamp | Integer (unsigned) | 8 | The time at which this PriceStepSet was created. |
| UpdateUser | Foreign key to User | 8 | The Id of the User that last updated this PriceStepSet. |
| UpdateTimestamp | Integer (unsigned) | 8 | The 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"