Class: Quickfix::UnderlyingPaymentStreamDiscountRateDayCount
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingPaymentStreamDiscountRateDayCount
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamDiscountRateDayCount
constructor
A new instance of UnderlyingPaymentStreamDiscountRateDayCount.
Methods inherited from IntField
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 |
Class Method Details
.field ⇒ Object
34778 34779 34780 |
# File 'lib/quickfix_fields.rb', line 34778 def UnderlyingPaymentStreamDiscountRateDayCount.field return 40576 end |