Class: Quickfix::StateOrProvinceOfIssue

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

Returns a new instance of StateOrProvinceOfIssue.



6519
6520
6521
6522
6523
6524
6525
# File 'lib/quickfix_fields.rb', line 6519

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

Class Method Details

.fieldObject



6516
6517
6518
# File 'lib/quickfix_fields.rb', line 6516

def StateOrProvinceOfIssue.field
	return 471
end