Class: Quickfix::LegPaymentStreamCompoundingEndDateOffsetPeriod

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

Returns a new instance of LegPaymentStreamCompoundingEndDateOffsetPeriod.



66202
66203
66204
66205
66206
66207
66208
# File 'lib/quickfix_fields.rb', line 66202

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

Class Method Details

.fieldObject



66199
66200
66201
# File 'lib/quickfix_fields.rb', line 66199

def LegPaymentStreamCompoundingEndDateOffsetPeriod.field
	return 42423
end