Class: Quickfix::UnderlyingPaymentStreamFinalRatePrecision

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ 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