Class: Quickfix::UnderlyingPaymentScheduleFixingFirstObservationDateOffsetPeriod
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingPaymentScheduleFixingFirstObservationDateOffsetPeriod
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentScheduleFixingFirstObservationDateOffsetPeriod
constructor
A new instance of UnderlyingPaymentScheduleFixingFirstObservationDateOffsetPeriod.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentScheduleFixingFirstObservationDateOffsetPeriod
Returns a new instance of UnderlyingPaymentScheduleFixingFirstObservationDateOffsetPeriod.
54918 54919 54920 54921 54922 54923 54924 |
# File 'lib/quickfix_fields.rb', line 54918 def initialize(data = nil) if( data == nil ) super(41895) else super(41895, data) end end |