Class: Quickfix::UnderlyingPriceUnitOfMeasureQty

Inherits:
((swig_class *) SWIGTYPE_p_FIX__DoubleField->clientdata)->klass
  • Object
show all
Defined in:
lib/quickfix_fields.rb,
ext/quickfix/QuickfixRuby.cpp

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(*args, self) ⇒ UnderlyingPriceUnitOfMeasureQty

Returns a new instance of UnderlyingPriceUnitOfMeasureQty.



165154
165155
165156
165157
165158
165159
165160
# File 'ext/quickfix/QuickfixRuby.cpp', line 165154

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

Class Method Details

.fieldObject



18684
18685
18686
# File 'lib/quickfix_fields.rb', line 18684

def UnderlyingPriceUnitOfMeasureQty.field
	return 1425
end