Class: Quickfix::PaymentStreamDiscountRateDayCount
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::PaymentStreamDiscountRateDayCount
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamDiscountRateDayCount
constructor
A new instance of PaymentStreamDiscountRateDayCount.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamDiscountRateDayCount
Returns a new instance of PaymentStreamDiscountRateDayCount.
36991 36992 36993 36994 36995 36996 36997 |
# File 'lib/quickfix_fields.rb', line 36991 def initialize(data = nil) if( data == nil ) super(40746) else super(40746, data) end end |
Class Method Details
.field ⇒ Object
36988 36989 36990 |
# File 'lib/quickfix_fields.rb', line 36988 def PaymentStreamDiscountRateDayCount.field return 40746 end |