Class: Quickfix::DerivativeCountryOfIssue

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

Returns a new instance of DerivativeCountryOfIssue.



148996
148997
148998
148999
149000
149001
149002
# File 'ext/quickfix/QuickfixRuby.cpp', line 148996

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

Class Method Details

.fieldObject



16552
16553
16554
# File 'lib/quickfix_fields.rb', line 16552

def DerivativeCountryOfIssue.field
	return 1258
end