Class: Quickfix::NoLegPaymentStreamFormulas

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoLegPaymentStreamFormulas

Returns a new instance of NoLegPaymentStreamFormulas.



67008
67009
67010
67011
67012
67013
67014
# File 'lib/quickfix_fields.rb', line 67008

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