Class: Quickfix::NumDaysInterest

Inherits:
((swig_class *) SWIGTYPE_p_FIX__IntField->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) ⇒ NumDaysInterest

Returns a new instance of NumDaysInterest.



40236
40237
40238
40239
40240
40241
40242
# File 'ext/quickfix/QuickfixRuby.cpp', line 40236

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

Class Method Details

.fieldObject



2330
2331
2332
# File 'lib/quickfix_fields.rb', line 2330

def NumDaysInterest.field
	return 157
end