Class: Quickfix::LegPaymentStreamCompoundingDatesOffsetDayType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::LegPaymentStreamCompoundingDatesOffsetDayType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamCompoundingDatesOffsetDayType
constructor
A new instance of LegPaymentStreamCompoundingDatesOffsetDayType.
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamCompoundingDatesOffsetDayType
Returns a new instance of LegPaymentStreamCompoundingDatesOffsetDayType.
66059 66060 66061 66062 66063 66064 66065 |
# File 'lib/quickfix_fields.rb', line 66059 def initialize(data = nil) if( data == nil ) super(42412) else super(42412, data) end end |