Class: Quickfix::UnderlyingPaymentStreamCompoundingEndDateOffsetPeriod
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingPaymentStreamCompoundingEndDateOffsetPeriod
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamCompoundingEndDateOffsetPeriod
constructor
A new instance of UnderlyingPaymentStreamCompoundingEndDateOffsetPeriod.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamCompoundingEndDateOffsetPeriod
Returns a new instance of UnderlyingPaymentStreamCompoundingEndDateOffsetPeriod.
72884 72885 72886 72887 72888 72889 72890 |
# File 'lib/quickfix_fields.rb', line 72884 def initialize(data = nil) if( data == nil ) super(42919) else super(42919, data) end end |