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