Class: Quickfix::LegPaymentStreamFormulaReferenceAmount

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

Returns a new instance of LegPaymentStreamFormulaReferenceAmount.



66995
66996
66997
66998
66999
67000
67001
# File 'lib/quickfix_fields.rb', line 66995

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

Class Method Details

.fieldObject



66992
66993
66994
# File 'lib/quickfix_fields.rb', line 66992

def LegPaymentStreamFormulaReferenceAmount.field
  return 42484
end