Class: Quickfix::PaymentStreamFormulaImage

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PaymentStreamFormulaImage

Returns a new instance of PaymentStreamFormulaImage.



69153
69154
69155
69156
69157
69158
69159
# File 'lib/quickfix_fields.rb', line 69153

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