Class: Quickfix::UnderlyingPaymentStreamPaymentDateOffsetDayType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingPaymentStreamPaymentDateOffsetDayType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamPaymentDateOffsetDayType
constructor
A new instance of UnderlyingPaymentStreamPaymentDateOffsetDayType.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamPaymentDateOffsetDayType
Returns a new instance of UnderlyingPaymentStreamPaymentDateOffsetDayType.
34976 34977 34978 34979 34980 34981 34982 |
# File 'lib/quickfix_fields.rb', line 34976 def initialize(data = nil) if( data == nil ) super(40591) else super(40591, data) end end |