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.
- 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 QuantityStepSet. |
| Status | Set of Status | 4 | |
| ShortName | String | 24 | The short text identifier of this QuantityStepSet. |
| 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 QuantityStepSet. |
| OwnerGroup | Foreign key to Group | 8 | The Id of the Group that owns this QuantityStepSet. |
| OwnerFirm | Foreign key to Firm | 8 | The Id of the Firm that owns this QuantityStepSet. |
| CreateUser | Foreign key to User | 8 | The Id of the User that created this QuantityStepSet. |
| CreateTimestamp | Integer (unsigned) | 8 | The time at which this QuantityStepSet was created. |
| UpdateUser | Foreign key to User | 8 | The Id of the User that last updated this QuantityStepSet. |
| UpdateTimestamp | Integer (unsigned) | 8 | The 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"