Class: Quickfix::UnderlyingCurrency

Inherits:
((swig_class *) SWIGTYPE_p_FIX__StringField->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) ⇒ UnderlyingCurrency

Returns a new instance of UnderlyingCurrency.



52180
52181
52182
52183
52184
52185
52186
# File 'ext/quickfix/QuickfixRuby.cpp', line 52180

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

Class Method Details

.fieldObject



3903
3904
3905
# File 'lib/quickfix_fields.rb', line 3903

def UnderlyingCurrency.field
	return 318
end