Class: Quickfix::NoUnderlyingPaymentStreamFormulas

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

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

Class Method Details

.fieldObject



73687
73688
73689
# File 'lib/quickfix_fields.rb', line 73687

def NoUnderlyingPaymentStreamFormulas.field
	return 42981
end