Class: Quickfix::UnderlyingStreamCalculationRollConvention
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingStreamCalculationRollConvention
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingStreamCalculationRollConvention
constructor
A new instance of UnderlyingStreamCalculationRollConvention.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingStreamCalculationRollConvention
34664 34665 34666 34667 34668 34669 34670 |
# File 'lib/quickfix_fields.rb', line 34664 def initialize(data = nil) if( data == nil ) super(40567) else super(40567, data) end end |