Class: Quickfix::UnderlyingAdjustedQuantity

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) ⇒ UnderlyingAdjustedQuantity

Returns a new instance of UnderlyingAdjustedQuantity.



128722
128723
128724
128725
128726
128727
128728
# File 'ext/quickfix/QuickfixRuby.cpp', line 128722

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

Class Method Details

.fieldObject



13874
13875
13876
# File 'lib/quickfix_fields.rb', line 13874

def UnderlyingAdjustedQuantity.field
	return 1044
end