Class: Quickfix::UnderlyingAdditionalTermBondCurrentTotalIssuedAmount

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

Returns a new instance of UnderlyingAdditionalTermBondCurrentTotalIssuedAmount.



58246
58247
58248
58249
58250
58251
58252
# File 'lib/quickfix_fields.rb', line 58246

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

Class Method Details

.fieldObject



58243
58244
58245
# File 'lib/quickfix_fields.rb', line 58243

def UnderlyingAdditionalTermBondCurrentTotalIssuedAmount.field
	return 42032
end