Class: Quickfix::UnderlyingPaymentStreamAccrualDays
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingPaymentStreamAccrualDays
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamAccrualDays
constructor
A new instance of UnderlyingPaymentStreamAccrualDays.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamAccrualDays
Returns a new instance of UnderlyingPaymentStreamAccrualDays.
34742 34743 34744 34745 34746 34747 34748 |
# File 'lib/quickfix_fields.rb', line 34742 def initialize(data = nil) if( data == nil ) super(40573) else super(40573, data) end end |
Class Method Details
.field ⇒ Object
34739 34740 34741 |
# File 'lib/quickfix_fields.rb', line 34739 def UnderlyingPaymentStreamAccrualDays.field return 40573 end |