TradeFee

Metadata

  • Base Table Class: Static
  • Default Size: Trade = 1000

Fields

NameTypeSize (bytes)Description
IdInteger (signed)8The unique identifier of this TradeFee.
StatusSet of Status4
TradeForeign key to Trade8
ExternalAccountProviderForeign key to ExternalAccountProvider8
RegistryFeeInteger (signed)8
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 TradeFee.
OwnerGroupForeign key to Group8The Id of the Group that owns this TradeFee.
OwnerFirmForeign key to Firm8The Id of the Firm that owns this TradeFee.
CreateUserForeign key to User8The Id of the User that created this TradeFee.
CreateTimestampInteger (unsigned)8The time at which this TradeFee was created.
UpdateUserForeign key to User8The Id of the User that last updated this TradeFee.
UpdateTimestampInteger (unsigned)8The time at which this TradeFee was last updated.