Class: Quickfix::UnderlyingFXRateCalc

Inherits:
((swig_class *) SWIGTYPE_p_FIX__CharField->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) ⇒ UnderlyingFXRateCalc

Returns a new instance of UnderlyingFXRateCalc.



128918
128919
128920
128921
128922
128923
128924
# File 'ext/quickfix/QuickfixRuby.cpp', line 128918

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

Class Method Details

.fieldObject



13900
13901
13902
# File 'lib/quickfix_fields.rb', line 13900

def UnderlyingFXRateCalc.field
	return 1046
end