Class: Quickfix::PaymentStreamCompoundingRollConvention
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::PaymentStreamCompoundingRollConvention
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamCompoundingRollConvention
constructor
A new instance of PaymentStreamCompoundingRollConvention.
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamCompoundingRollConvention
Returns a new instance of PaymentStreamCompoundingRollConvention.
68685 68686 68687 68688 68689 68690 68691 |
# File 'lib/quickfix_fields.rb', line 68685 def initialize(data = nil) if( data == nil ) super(42617) else super(42617, data) end end |