Class: Quickfix::LegCurrencyRatio

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

Returns a new instance of LegCurrencyRatio.



161038
161039
161040
161041
161042
161043
161044
# File 'ext/quickfix/QuickfixRuby.cpp', line 161038

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

Class Method Details

.fieldObject



18138
18139
18140
# File 'lib/quickfix_fields.rb', line 18138

def LegCurrencyRatio.field
	return 1383
end