Class: Quickfix::NoUnderlyingPaymentStreamFormulas

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoUnderlyingPaymentStreamFormulas

Returns a new instance of NoUnderlyingPaymentStreamFormulas.



73690
73691
73692
73693
73694
73695
73696
# File 'lib/quickfix_fields.rb', line 73690

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