Class: Quickfix::AccruedInterestRate

Inherits:
((swig_class *) SWIGTYPE_p_FIX__DoubleField->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) ⇒ AccruedInterestRate

Returns a new instance of AccruedInterestRate.



40334
40335
40336
40337
40338
40339
40340
# File 'ext/quickfix/QuickfixRuby.cpp', line 40334

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

Class Method Details

.fieldObject



2343
2344
2345
# File 'lib/quickfix_fields.rb', line 2343

def AccruedInterestRate.field
	return 158
end