Class: Quickfix::AllocAccruedInterestAmt

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

Returns a new instance of AllocAccruedInterestAmt.



10159
10160
10161
10162
10163
10164
10165
# File 'lib/quickfix_fields.rb', line 10159

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

Class Method Details

.fieldObject



10156
10157
10158
# File 'lib/quickfix_fields.rb', line 10156

def AllocAccruedInterestAmt.field
	return 742
end