Class: Quickfix::UnderlyingFactor

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

Returns a new instance of UnderlyingFactor.



67654
67655
67656
67657
67658
67659
67660
# File 'ext/quickfix/QuickfixRuby.cpp', line 67654

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

Class Method Details

.fieldObject



5853
5854
5855
# File 'lib/quickfix_fields.rb', line 5853

def UnderlyingFactor.field
	return 246
end