Class: Quickfix::PaymentStreamFormulaDesc

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PaymentStreamFormulaDesc

Returns a new instance of PaymentStreamFormulaDesc.



69569
69570
69571
69572
69573
69574
69575
# File 'lib/quickfix_fields.rb', line 69569

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