Class: Quickfix::UnderlyingStartValue
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::UnderlyingStartValue
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingStartValue
constructor
A new instance of UnderlyingStartValue.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingStartValue
Returns a new instance of UnderlyingStartValue.
11966 11967 11968 11969 11970 11971 11972 |
# File 'lib/quickfix_fields.rb', line 11966 def initialize(data = nil) if( data == nil ) super(884) else super(884, data) end end |
Class Method Details
.field ⇒ Object
11963 11964 11965 |
# File 'lib/quickfix_fields.rb', line 11963 def UnderlyingStartValue.field return 884 end |