Class: Quickfix::UnderlyingPaymentStreamFormula

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) ⇒ UnderlyingPaymentStreamFormula

Returns a new instance of UnderlyingPaymentStreamFormula.



73703
73704
73705
73706
73707
73708
73709
# File 'lib/quickfix_fields.rb', line 73703

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

Class Method Details

.fieldObject



73700
73701
73702
# File 'lib/quickfix_fields.rb', line 73700

def UnderlyingPaymentStreamFormula.field
  return 42982
end