Class: Quickfix::LegPaymentStreamFormulaImage

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegPaymentStreamFormulaImage

Returns a new instance of LegPaymentStreamFormulaImage.



66579
66580
66581
66582
66583
66584
66585
# File 'lib/quickfix_fields.rb', line 66579

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