Class: Quickfix::TotalAccruedInterestAmt

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

Returns a new instance of TotalAccruedInterestAmt.



78410
78411
78412
78413
78414
78415
78416
# File 'ext/quickfix/QuickfixRuby.cpp', line 78410

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

Class Method Details

.fieldObject



7257
7258
7259
# File 'lib/quickfix_fields.rb', line 7257

def TotalAccruedInterestAmt.field
	return 540
end