Class: Quickfix::NoUnderlyingAdditionalTermBondRefs

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ NoUnderlyingAdditionalTermBondRefs

Returns a new instance of NoUnderlyingAdditionalTermBondRefs.



58051
58052
58053
58054
58055
58056
58057
# File 'lib/quickfix_fields.rb', line 58051

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

Class Method Details

.fieldObject



58048
58049
58050
# File 'lib/quickfix_fields.rb', line 58048

def NoUnderlyingAdditionalTermBondRefs.field
	return 41340
end