Class: Quickfix::UnderlyingPaymentStreamCompoundingEndDateOffsetUnit

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

Returns a new instance of UnderlyingPaymentStreamCompoundingEndDateOffsetUnit.



72897
72898
72899
72900
72901
72902
72903
# File 'lib/quickfix_fields.rb', line 72897

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

Class Method Details

.fieldObject



72894
72895
72896
# File 'lib/quickfix_fields.rb', line 72894

def UnderlyingPaymentStreamCompoundingEndDateOffsetUnit.field
	return 42920
end