Class: Quickfix::LegPaymentStreamFormulaImageLength

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LegPaymentStreamFormulaImageLength

Returns a new instance of LegPaymentStreamFormulaImageLength.



66566
66567
66568
66569
66570
66571
66572
# File 'lib/quickfix_fields.rb', line 66566

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

Class Method Details

.fieldObject



66563
66564
66565
# File 'lib/quickfix_fields.rb', line 66563

def LegPaymentStreamFormulaImageLength.field
  return 42451
end