Class: Quickfix::UnderlyingPaymentStreamFinalRatePrecision

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

Returns a new instance of UnderlyingPaymentStreamFinalRatePrecision.



35561
35562
35563
35564
35565
35566
35567
# File 'lib/quickfix_fields.rb', line 35561

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

Class Method Details

.fieldObject



35558
35559
35560
# File 'lib/quickfix_fields.rb', line 35558

def UnderlyingPaymentStreamFinalRatePrecision.field
  return 40636
end