Class: Quickfix::UnderlyingAdditionalTermBondCouponFrequencyUnit

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingAdditionalTermBondCouponFrequencyUnit

Returns a new instance of UnderlyingAdditionalTermBondCouponFrequencyUnit.



58272
58273
58274
58275
58276
58277
58278
# File 'lib/quickfix_fields.rb', line 58272

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

Class Method Details

.fieldObject



58269
58270
58271
# File 'lib/quickfix_fields.rb', line 58269

def UnderlyingAdditionalTermBondCouponFrequencyUnit.field
	return 42034
end