Class: Quickfix::LegPaymentStreamCompoundingEndDateOffsetPeriod
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::LegPaymentStreamCompoundingEndDateOffsetPeriod
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamCompoundingEndDateOffsetPeriod
constructor
A new instance of LegPaymentStreamCompoundingEndDateOffsetPeriod.
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamCompoundingEndDateOffsetPeriod
Returns a new instance of LegPaymentStreamCompoundingEndDateOffsetPeriod.
66202 66203 66204 66205 66206 66207 66208 |
# File 'lib/quickfix_fields.rb', line 66202 def initialize(data = nil) if( data == nil ) super(42423) else super(42423, data) end end |