Class: Quickfix::UnderlyingStateOrProvinceOfIssue

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingStateOrProvinceOfIssue

Returns a new instance of UnderlyingStateOrProvinceOfIssue.



8066
8067
8068
8069
8070
8071
8072
# File 'lib/quickfix_fields.rb', line 8066

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