Class: Quickfix::LegPaymentStreamFormulaDesc

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegPaymentStreamFormulaDesc

Returns a new instance of LegPaymentStreamFormulaDesc.



67034
67035
67036
67037
67038
67039
67040
# File 'lib/quickfix_fields.rb', line 67034

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