Class: Quickfix::LegStateOrProvinceOfIssue

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

Returns a new instance of LegStateOrProvinceOfIssue.



83886
83887
83888
83889
83890
83891
83892
# File 'ext/quickfix/QuickfixRuby.cpp', line 83886

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

Class Method Details

.fieldObject



7972
7973
7974
# File 'lib/quickfix_fields.rb', line 7972

def LegStateOrProvinceOfIssue.field
	return 597
end