Class: Quickfix::UnderlyingAdditionalTermBondMaturityDate

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

Returns a new instance of UnderlyingAdditionalTermBondMaturityDate.



58220
58221
58222
58223
58224
58225
58226
# File 'lib/quickfix_fields.rb', line 58220

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

Class Method Details

.fieldObject



58217
58218
58219
# File 'lib/quickfix_fields.rb', line 58217

def UnderlyingAdditionalTermBondMaturityDate.field
	return 42030
end