Class: Quickfix::UnderlyingFXRate

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

Returns a new instance of UnderlyingFXRate.



128820
128821
128822
128823
128824
128825
128826
# File 'ext/quickfix/QuickfixRuby.cpp', line 128820

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

Class Method Details

.fieldObject



13887
13888
13889
# File 'lib/quickfix_fields.rb', line 13887

def UnderlyingFXRate.field
	return 1045
end