Class: Quickfix::UnderlyingPaymentStreamFormula

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStreamFormula

Returns a new instance of UnderlyingPaymentStreamFormula.



73703
73704
73705
73706
73707
73708
73709
# File 'lib/quickfix_fields.rb', line 73703

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