Class: Quickfix::InvestorCountryOfResidence
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::InvestorCountryOfResidence
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ InvestorCountryOfResidence
constructor
A new instance of InvestorCountryOfResidence.
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
.field ⇒ Object
9766 9767 9768 |
# File 'lib/quickfix_fields.rb', line 9766 def InvestorCountryOfResidence.field return 475 end |