Class: Quickfix::LegCountryOfIssue

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegCountryOfIssue



5063
5064
5065
5066
5067
5068
5069
# File 'lib/quickfix_fields.rb', line 5063

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

Class Method Details

.fieldObject



5060
5061
5062
# File 'lib/quickfix_fields.rb', line 5060

def LegCountryOfIssue.field
  return 596
end