Class: Quickfix::TotalAccruedInterestAmt

Inherits:
DoubleField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ TotalAccruedInterestAmt

Returns a new instance of TotalAccruedInterestAmt.



5180
5181
5182
5183
5184
5185
5186
# File 'lib/quickfix_fields.rb', line 5180

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

Class Method Details

.fieldObject



5177
5178
5179
# File 'lib/quickfix_fields.rb', line 5177

def TotalAccruedInterestAmt.field
	return 540
end