Class: Quickfix::UnderlyingPaymentStreamCompoundingStartDateOffsetPeriod

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStreamCompoundingStartDateOffsetPeriod

Returns a new instance of UnderlyingPaymentStreamCompoundingStartDateOffsetPeriod.



73196
73197
73198
73199
73200
73201
73202
# File 'lib/quickfix_fields.rb', line 73196

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