Class: Quickfix::UnderlyingStateOrProvinceOfIssue

Inherits:
((swig_class *) SWIGTYPE_p_FIX__StringField->clientdata)->klass
  • Object
show all
Defined in:
lib/quickfix_fields.rb,
ext/quickfix/QuickfixRuby.cpp

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(*args, self) ⇒ UnderlyingStateOrProvinceOfIssue

Returns a new instance of UnderlyingStateOrProvinceOfIssue.



83494
83495
83496
83497
83498
83499
83500
# File 'ext/quickfix/QuickfixRuby.cpp', line 83494

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

Class Method Details

.fieldObject



7920
7921
7922
# File 'lib/quickfix_fields.rb', line 7920

def UnderlyingStateOrProvinceOfIssue.field
	return 593
end