Class: Quickfix::UnderlyingPaymentStreamFormulaImage

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStreamFormulaImage

Returns a new instance of UnderlyingPaymentStreamFormulaImage.



73261
73262
73263
73264
73265
73266
73267
# File 'lib/quickfix_fields.rb', line 73261

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