Class: Quickfix::UnderlyingPaymentStreamDiscountRateDayCount
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingPaymentStreamDiscountRateDayCount
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamDiscountRateDayCount
constructor
A new instance of UnderlyingPaymentStreamDiscountRateDayCount.
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 |