Class: Quickfix::PaymentStreamFormulaDesc

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

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

Class Method Details

.fieldObject



69566
69567
69568
# File 'lib/quickfix_fields.rb', line 69566

def PaymentStreamFormulaDesc.field
  return 42685
end