Class: Quickfix::LegStateOrProvinceOfIssue

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegStateOrProvinceOfIssue

Returns a new instance of LegStateOrProvinceOfIssue.



9353
9354
9355
9356
9357
9358
9359
# File 'lib/quickfix_fields.rb', line 9353

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

Class Method Details

.fieldObject



9350
9351
9352
# File 'lib/quickfix_fields.rb', line 9350

def LegStateOrProvinceOfIssue.field
	return 597
end