Class: Quickfix::UnderlyingPaymentStreamFRADiscounting

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

Returns a new instance of UnderlyingPaymentStreamFRADiscounting.



35704
35705
35706
35707
35708
35709
35710
# File 'lib/quickfix_fields.rb', line 35704

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

Class Method Details

.fieldObject



35701
35702
35703
# File 'lib/quickfix_fields.rb', line 35701

def UnderlyingPaymentStreamFRADiscounting.field
  return 40647
end