Class: Quickfix::LocaleOfIssue

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

Returns a new instance of LocaleOfIssue.



6532
6533
6534
6535
6536
6537
6538
# File 'lib/quickfix_fields.rb', line 6532

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

Class Method Details

.fieldObject



6529
6530
6531
# File 'lib/quickfix_fields.rb', line 6529

def LocaleOfIssue.field
	return 472
end