Class: Quickfix::LegLocaleOfIssue

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

Returns a new instance of LegLocaleOfIssue.



8131
8132
8133
8134
8135
8136
8137
# File 'lib/quickfix_fields.rb', line 8131

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

Class Method Details

.fieldObject



8128
8129
8130
# File 'lib/quickfix_fields.rb', line 8128

def LegLocaleOfIssue.field
  return 598
end