Class: Quickfix::UnderlyingPaymentStubStartDateBusinessDayConvention
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingPaymentStubStartDateBusinessDayConvention
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStubStartDateBusinessDayConvention
constructor
A new instance of UnderlyingPaymentStubStartDateBusinessDayConvention.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStubStartDateBusinessDayConvention
Returns a new instance of UnderlyingPaymentStubStartDateBusinessDayConvention.
73859 73860 73861 73862 73863 73864 73865 |
# File 'lib/quickfix_fields.rb', line 73859 def initialize(data = nil) if( data == nil ) super(42994) else super(42994, data) end end |