Class: Quickfix::UnderlyingPaymentStreamResetFrequencyUnit

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStreamResetFrequencyUnit

Returns a new instance of UnderlyingPaymentStreamResetFrequencyUnit.



35041
35042
35043
35044
35045
35046
35047
# File 'lib/quickfix_fields.rb', line 35041

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