Class: Quickfix::PaymentStreamCompoundingStartDateOffsetDayType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::PaymentStreamCompoundingStartDateOffsetDayType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamCompoundingStartDateOffsetDayType
constructor
A new instance of PaymentStreamCompoundingStartDateOffsetDayType.
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamCompoundingStartDateOffsetDayType
Returns a new instance of PaymentStreamCompoundingStartDateOffsetDayType.
69114 69115 69116 69117 69118 69119 69120 |
# File 'lib/quickfix_fields.rb', line 69114 def initialize(data = nil) if( data == nil ) super(42650) else super(42650, data) end end |