Class: Quickfix::LegPaymentStreamFinalRatePrecision

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

Returns a new instance of LegPaymentStreamFinalRatePrecision.



31804
31805
31806
31807
31808
31809
31810
# File 'lib/quickfix_fields.rb', line 31804

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

Class Method Details

.fieldObject



31801
31802
31803
# File 'lib/quickfix_fields.rb', line 31801

def LegPaymentStreamFinalRatePrecision.field
  return 40347
end