Class: Quickfix::UnderlyingPaymentStreamResetWeeklyRollConvention

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStreamResetWeeklyRollConvention

Returns a new instance of UnderlyingPaymentStreamResetWeeklyRollConvention.



35054
35055
35056
35057
35058
35059
35060
# File 'lib/quickfix_fields.rb', line 35054

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