Class: Quickfix::UnderlyingPaymentStreamFormulaDesc

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

Returns a new instance of UnderlyingPaymentStreamFormulaDesc.



73716
73717
73718
73719
73720
73721
73722
# File 'lib/quickfix_fields.rb', line 73716

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

Class Method Details

.fieldObject



73713
73714
73715
# File 'lib/quickfix_fields.rb', line 73713

def UnderlyingPaymentStreamFormulaDesc.field
  return 42983
end