Class: Quickfix::EndAccruedInterestAmt

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from DoubleField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ EndAccruedInterestAmt

Returns a new instance of EndAccruedInterestAmt.



12434
12435
12436
12437
12438
12439
12440
# File 'lib/quickfix_fields.rb', line 12434

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

Class Method Details

.fieldObject



12431
12432
12433
# File 'lib/quickfix_fields.rb', line 12431

def EndAccruedInterestAmt.field
	return 920
end