Class: Quickfix::UnderlyingPaymentStreamFormulaImage

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

Returns a new instance of UnderlyingPaymentStreamFormulaImage.



73261
73262
73263
73264
73265
73266
73267
# File 'lib/quickfix_fields.rb', line 73261

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

Class Method Details

.fieldObject



73258
73259
73260
# File 'lib/quickfix_fields.rb', line 73258

def UnderlyingPaymentStreamFormulaImage.field
  return 42948
end