Class: Quickfix::UnderlyingLocaleOfIssue

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

Returns a new instance of UnderlyingLocaleOfIssue.



83592
83593
83594
83595
83596
83597
83598
# File 'ext/quickfix/QuickfixRuby.cpp', line 83592

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

Class Method Details

.fieldObject



7933
7934
7935
# File 'lib/quickfix_fields.rb', line 7933

def UnderlyingLocaleOfIssue.field
	return 594
end