Class: Quickfix::LocaleOfIssue

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LocaleOfIssue

Returns a new instance of LocaleOfIssue.



13461
13462
13463
13464
13465
13466
13467
# File 'lib/quickfix_fields.rb', line 13461

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

Class Method Details

.fieldObject



13458
13459
13460
# File 'lib/quickfix_fields.rb', line 13458

def LocaleOfIssue.field
  return 472
end