Class: Quickfix::UnderlyingStreamCalculationRollConvention
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingStreamCalculationRollConvention
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingStreamCalculationRollConvention
constructor
A new instance of UnderlyingStreamCalculationRollConvention.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingStreamCalculationRollConvention
Returns a new instance of 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 |
Class Method Details
.field ⇒ Object
34661 34662 34663 |
# File 'lib/quickfix_fields.rb', line 34661 def .field return 40567 end |