Class: Quickfix::UnderlyingPaymentStubEndDateBusinessDayConvention
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingPaymentStubEndDateBusinessDayConvention
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStubEndDateBusinessDayConvention
constructor
A new instance of UnderlyingPaymentStubEndDateBusinessDayConvention.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStubEndDateBusinessDayConvention
Returns a new instance of UnderlyingPaymentStubEndDateBusinessDayConvention.
73742 73743 73744 73745 73746 73747 73748 |
# File 'lib/quickfix_fields.rb', line 73742 def initialize(data = nil) if( data == nil ) super(42985) else super(42985, data) end end |