Class: Quickfix::UnderlyingPaymentScheduleFixingDateOffsetPeriod

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentScheduleFixingDateOffsetPeriod

Returns a new instance of UnderlyingPaymentScheduleFixingDateOffsetPeriod.



36276
36277
36278
36279
36280
36281
36282
# File 'lib/quickfix_fields.rb', line 36276

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