Class: Quickfix::UnderlyingLocaleOfIssue

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingLocaleOfIssue



18700
18701
18702
18703
18704
18705
18706
# File 'lib/quickfix_fields.rb', line 18700

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

Class Method Details

.fieldObject



18697
18698
18699
# File 'lib/quickfix_fields.rb', line 18697

def UnderlyingLocaleOfIssue.field
  return 594
end