Class: Quickfix::UnderlyingPriceUnitOfMeasureQty

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPriceUnitOfMeasureQty

Returns a new instance of UnderlyingPriceUnitOfMeasureQty.



14059
14060
14061
14062
14063
14064
14065
# File 'lib/quickfix_fields.rb', line 14059

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

Class Method Details

.fieldObject



14056
14057
14058
# File 'lib/quickfix_fields.rb', line 14056

def UnderlyingPriceUnitOfMeasureQty.field
  return 1425
end