Class: Quickfix::InvestorCountryOfResidence

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ InvestorCountryOfResidence

Returns a new instance of InvestorCountryOfResidence.



9769
9770
9771
9772
9773
9774
9775
# File 'lib/quickfix_fields.rb', line 9769

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

Class Method Details

.fieldObject



9766
9767
9768
# File 'lib/quickfix_fields.rb', line 9766

def InvestorCountryOfResidence.field
	return 475
end