PriceStepSetBreak

Metadata

  • Base Table Class: Static
  • Default Size: PriceStepSet * 10 = 1000

Fields

NameTypeSize (bytes)Description
IdInteger (signed)8The unique identifier of this PriceStepSetBreak.
StatusSet of Status4
PriceStepSetForeign key to PriceStepSet8Defines the valid price steps for the PriceStepSetBreak. This Trading Rule is a reference to a PriceStepSet instance that defines the steps that apply at each price level for the PriceStepSetBreak.
PriceInteger (signed)8The current Price for this PriceStepSetBreak instance.
StepSizeInteger (signed)8The size of the step in price permitted at this price.
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 PriceStepSetBreak.
OwnerGroupForeign key to Group8The Id of the Group that owns this PriceStepSetBreak.
OwnerFirmForeign key to Firm8The Id of the Firm that owns this PriceStepSetBreak.
CreateUserForeign key to User8The Id of the User that created this PriceStepSetBreak.
CreateTimestampInteger (unsigned)8The time at which this PriceStepSetBreak was created.
UpdateUserForeign key to User8The Id of the User that last updated this PriceStepSetBreak.
UpdateTimestampInteger (unsigned)8The time at which this PriceStepSetBreak was last updated.