Class: Quickfix::InvestorCountryOfResidence

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

Returns a new instance of InvestorCountryOfResidence.



71966
71967
71968
71969
71970
71971
71972
# File 'ext/quickfix/QuickfixRuby.cpp', line 71966

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

Class Method Details

.fieldObject



6425
6426
6427
# File 'lib/quickfix_fields.rb', line 6425

def InvestorCountryOfResidence.field
	return 475
end