Class: Quickfix::UnderlyingCountryOfIssue

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

Returns a new instance of UnderlyingCountryOfIssue.



83396
83397
83398
83399
83400
83401
83402
# File 'ext/quickfix/QuickfixRuby.cpp', line 83396

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

Class Method Details

.fieldObject



7907
7908
7909
# File 'lib/quickfix_fields.rb', line 7907

def UnderlyingCountryOfIssue.field
	return 592
end