Class: Quickfix::UnderlyingPaymentStreamCompoundingStartDateOffsetUnit

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

Returns a new instance of UnderlyingPaymentStreamCompoundingStartDateOffsetUnit.



73209
73210
73211
73212
73213
73214
73215
# File 'lib/quickfix_fields.rb', line 73209

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

Class Method Details

.fieldObject



73206
73207
73208
# File 'lib/quickfix_fields.rb', line 73206

def UnderlyingPaymentStreamCompoundingStartDateOffsetUnit.field
	return 42944
end