Class: Quickfix::PaymentStreamCompoundingEndDateOffsetPeriod
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::PaymentStreamCompoundingEndDateOffsetPeriod
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamCompoundingEndDateOffsetPeriod
constructor
A new instance of PaymentStreamCompoundingEndDateOffsetPeriod.
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamCompoundingEndDateOffsetPeriod
Returns a new instance of PaymentStreamCompoundingEndDateOffsetPeriod.
68776 68777 68778 68779 68780 68781 68782 |
# File 'lib/quickfix_fields.rb', line 68776 def initialize(data = nil) if( data == nil ) super(42624) else super(42624, data) end end |