Class: Quickfix::LegCountryOfIssue

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

Returns a new instance of LegCountryOfIssue.



83788
83789
83790
83791
83792
83793
83794
# File 'ext/quickfix/QuickfixRuby.cpp', line 83788

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

Class Method Details

.fieldObject



7959
7960
7961
# File 'lib/quickfix_fields.rb', line 7959

def LegCountryOfIssue.field
	return 596
end