Class: Quickfix::LegLocaleOfIssue

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegLocaleOfIssue

Returns a new instance of LegLocaleOfIssue.



16256
16257
16258
16259
16260
16261
16262
# File 'lib/quickfix_fields.rb', line 16256

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

Class Method Details

.fieldObject



16253
16254
16255
# File 'lib/quickfix_fields.rb', line 16253

def LegLocaleOfIssue.field
  return 598
end