Class: Quickfix::LegPaymentStreamFormulaImage

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

Returns a new instance of LegPaymentStreamFormulaImage.



66579
66580
66581
66582
66583
66584
66585
# File 'lib/quickfix_fields.rb', line 66579

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

Class Method Details

.fieldObject



66576
66577
66578
# File 'lib/quickfix_fields.rb', line 66576

def LegPaymentStreamFormulaImage.field
  return 42452
end