Class: Quickfix::UnderlyingPaymentStubEndDateOffsetDayType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingPaymentStubEndDateOffsetDayType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStubEndDateOffsetDayType
constructor
A new instance of UnderlyingPaymentStubEndDateOffsetDayType.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStubEndDateOffsetDayType
Returns a new instance of UnderlyingPaymentStubEndDateOffsetDayType.
73794 73795 73796 73797 73798 73799 73800 |
# File 'lib/quickfix_fields.rb', line 73794 def initialize(data = nil) if( data == nil ) super(42989) else super(42989, data) end end |