Class: Quickfix::InvestorCountryOfResidence

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ InvestorCountryOfResidence

Returns a new instance of InvestorCountryOfResidence.



6571
6572
6573
6574
6575
6576
6577
# File 'lib/quickfix_fields.rb', line 6571

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

Class Method Details

.fieldObject



6568
6569
6570
# File 'lib/quickfix_fields.rb', line 6568

def InvestorCountryOfResidence.field
  return 475
end