Class: Quickfix::UnderlyingPaymentStreamPaymentDateBusinessDayConvention
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingPaymentStreamPaymentDateBusinessDayConvention
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamPaymentDateBusinessDayConvention
constructor
A new instance of UnderlyingPaymentStreamPaymentDateBusinessDayConvention.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamPaymentDateBusinessDayConvention
34846 34847 34848 34849 34850 34851 34852 |
# File 'lib/quickfix_fields.rb', line 34846 def initialize(data = nil) if( data == nil ) super(40581) else super(40581, data) end end |