OrderNotionalQuantity

Metadata

  • Base Table Class: Entity
  • No Publish
  • Not in MDB
  • Default Size: Order = 1000

Fields

NameTypeSize (bytes)Description
IdInteger (signed)8The unique identifier of this OrderNotionalQuantity.
StatusSet of Status4
OrderNotionalForeign key to OrderNotional8This field links back to the original OrderNotional table
OrderBookForeign key to OrderBook8This field links to the OrderBook
QuantityInteger (signed)8This field is the NotionalQuantity added to the OrderBook.NotionalQuantity
PriceInteger (signed)8This field is the tick price for the quantity insertion into the OrderBook
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 OrderNotionalQuantity.
OwnerGroupForeign key to Group8The Id of the Group that owns this OrderNotionalQuantity.
OwnerFirmForeign key to Firm8The Id of the Firm that owns this OrderNotionalQuantity.
CreateUserForeign key to User8The Id of the User that created this OrderNotionalQuantity.
CreateTimestampInteger (unsigned)8The time at which this OrderNotionalQuantity was created.
UpdateUserForeign key to User8The Id of the User that last updated this OrderNotionalQuantity.
UpdateTimestampInteger (unsigned)8The time at which this OrderNotionalQuantity was last updated.