Class: Quickfix::UnderlyingPriceUnitOfMeasureQty

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from DoubleField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPriceUnitOfMeasureQty

Returns a new instance of UnderlyingPriceUnitOfMeasureQty.



17647
17648
17649
17650
17651
17652
17653
# File 'lib/quickfix_fields.rb', line 17647

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

Class Method Details

.fieldObject



17644
17645
17646
# File 'lib/quickfix_fields.rb', line 17644

def UnderlyingPriceUnitOfMeasureQty.field
  return 1425
end