Class: Quickfix::UnderlyingPriceUnitOfMeasureQty

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

Instance Method Summary collapse

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