Class: Quickfix::UnderlyingPaymentStreamDiscountRateDayCount

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStreamDiscountRateDayCount

Returns a new instance of UnderlyingPaymentStreamDiscountRateDayCount.



34781
34782
34783
34784
34785
34786
34787
# File 'lib/quickfix_fields.rb', line 34781

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