QuantityStepSetBreak

Metadata

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

Fields

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