Class: Quickfix::UnderlyingPaymentStreamPaymentFrequencyUnit

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStreamPaymentFrequencyUnit

Returns a new instance of UnderlyingPaymentStreamPaymentFrequencyUnit.



34885
34886
34887
34888
34889
34890
34891
# File 'lib/quickfix_fields.rb', line 34885

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