Class: Quickfix::UnderlyingPaymentStreamCompoundingDatesBusinessDayConvention
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingPaymentStreamCompoundingDatesBusinessDayConvention
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamCompoundingDatesBusinessDayConvention
constructor
A new instance of UnderlyingPaymentStreamCompoundingDatesBusinessDayConvention.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamCompoundingDatesBusinessDayConvention
Returns a new instance of UnderlyingPaymentStreamCompoundingDatesBusinessDayConvention.
72689 72690 72691 72692 72693 72694 72695 |
# File 'lib/quickfix_fields.rb', line 72689 def initialize(data = nil) if( data == nil ) super(42904) else super(42904, data) end end |
Class Method Details
.field ⇒ Object
72686 72687 72688 |
# File 'lib/quickfix_fields.rb', line 72686 def UnderlyingPaymentStreamCompoundingDatesBusinessDayConvention.field return 42904 end |