Class: Quickfix::UnderlyingPaymentStreamResetWeeklyRollConvention
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingPaymentStreamResetWeeklyRollConvention
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamResetWeeklyRollConvention
constructor
A new instance of UnderlyingPaymentStreamResetWeeklyRollConvention.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamResetWeeklyRollConvention
Returns a new instance of UnderlyingPaymentStreamResetWeeklyRollConvention.
35054 35055 35056 35057 35058 35059 35060 |
# File 'lib/quickfix_fields.rb', line 35054 def initialize(data = nil) if( data == nil ) super(40597) else super(40597, data) end end |