Class: Quickfix::LegStateOrProvinceOfIssue

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

Returns a new instance of LegStateOrProvinceOfIssue.



8118
8119
8120
8121
8122
8123
8124
# File 'lib/quickfix_fields.rb', line 8118

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

Class Method Details

.fieldObject



8115
8116
8117
# File 'lib/quickfix_fields.rb', line 8115

def LegStateOrProvinceOfIssue.field
  return 597
end