Class: Quickfix::UnderlyingPaymentStreamRateCutoffDateOffsetPeriod

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStreamRateCutoffDateOffsetPeriod

Returns a new instance of UnderlyingPaymentStreamRateCutoffDateOffsetPeriod.



35249
35250
35251
35252
35253
35254
35255
# File 'lib/quickfix_fields.rb', line 35249

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