Class: Quickfix::LegPaymentStreamCompoundingStartDateOffsetPeriod
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::LegPaymentStreamCompoundingStartDateOffsetPeriod
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamCompoundingStartDateOffsetPeriod
constructor
A new instance of LegPaymentStreamCompoundingStartDateOffsetPeriod.
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamCompoundingStartDateOffsetPeriod
66514 66515 66516 66517 66518 66519 66520 |
# File 'lib/quickfix_fields.rb', line 66514 def initialize(data = nil) if( data == nil ) super(42447) else super(42447, data) end end |