Class: Quickfix::PaymentStreamCompoundingDatesOffsetDayType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::PaymentStreamCompoundingDatesOffsetDayType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamCompoundingDatesOffsetDayType
constructor
A new instance of PaymentStreamCompoundingDatesOffsetDayType.
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamCompoundingDatesOffsetDayType
68633 68634 68635 68636 68637 68638 68639 |
# File 'lib/quickfix_fields.rb', line 68633 def initialize(data = nil) if( data == nil ) super(42613) else super(42613, data) end end |