Class: Quickfix::UnderlyingConstituentWeight
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::UnderlyingConstituentWeight
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingConstituentWeight
constructor
A new instance of UnderlyingConstituentWeight.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingConstituentWeight
Returns a new instance of UnderlyingConstituentWeight.
26032 26033 26034 26035 26036 26037 26038 |
# File 'lib/quickfix_fields.rb', line 26032 def initialize(data = nil) if( data == nil ) super(1988) else super(1988, data) end end |
Class Method Details
.field ⇒ Object
26029 26030 26031 |
# File 'lib/quickfix_fields.rb', line 26029 def .field return 1988 end |