Class: Quickfix::UnderlyingPaymentStreamRateCutoffDateOffsetUnit

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStreamRateCutoffDateOffsetUnit

Returns a new instance of UnderlyingPaymentStreamRateCutoffDateOffsetUnit.



35262
35263
35264
35265
35266
35267
35268
# File 'lib/quickfix_fields.rb', line 35262

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