Class: Quickfix::UnderlyingPaymentStubStartDateOffsetDayType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingPaymentStubStartDateOffsetDayType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStubStartDateOffsetDayType
constructor
A new instance of UnderlyingPaymentStubStartDateOffsetDayType.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStubStartDateOffsetDayType
Returns a new instance of UnderlyingPaymentStubStartDateOffsetDayType.
73911 73912 73913 73914 73915 73916 73917 |
# File 'lib/quickfix_fields.rb', line 73911 def initialize(data = nil) if( data == nil ) super(42998) else super(42998, data) end end |