Class: Quickfix::LegLocaleOfIssue

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

Returns a new instance of LegLocaleOfIssue.



83984
83985
83986
83987
83988
83989
83990
# File 'ext/quickfix/QuickfixRuby.cpp', line 83984

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

Class Method Details

.fieldObject



7985
7986
7987
# File 'lib/quickfix_fields.rb', line 7985

def LegLocaleOfIssue.field
	return 598
end