Class: Quickfix::CommodityFinalPriceType

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ CommodityFinalPriceType

Returns a new instance of CommodityFinalPriceType.



76108
76109
76110
76111
76112
76113
76114
# File 'lib/quickfix_fields.rb', line 76108

def initialize(data = nil)
  if( data == nil )
    super(2736)
  else
    super(2736, data)
  end
end

Class Method Details

.fieldObject



76105
76106
76107
# File 'lib/quickfix_fields.rb', line 76105

def CommodityFinalPriceType.field
  return 2736
end