Class: Quickfix::UnderlyingStateOrProvinceOfIssue

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingStateOrProvinceOfIssue

Returns a new instance of UnderlyingStateOrProvinceOfIssue.



1930
1931
1932
1933
1934
1935
1936
# File 'lib/quickfix_fields.rb', line 1930

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

Class Method Details

.fieldObject



1927
1928
1929
# File 'lib/quickfix_fields.rb', line 1927

def UnderlyingStateOrProvinceOfIssue.field
	return 593
end