Class: Quickfix::UnderlyingCurrentValue
- Inherits:
-
((swig_class *) SWIGTYPE_p_FIX__DoubleField->clientdata)->klass
- Object
- ((swig_class *) SWIGTYPE_p_FIX__DoubleField->clientdata)->klass
- Quickfix::UnderlyingCurrentValue
- Defined in:
- lib/quickfix_fields.rb,
ext/quickfix/QuickfixRuby.cpp
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(*args, self) ⇒ UnderlyingCurrentValue
constructor
A new instance of UnderlyingCurrentValue.
Constructor Details
#initialize(*args, self) ⇒ UnderlyingCurrentValue
Returns a new instance of UnderlyingCurrentValue.
113164 113165 113166 113167 113168 113169 113170 |
# File 'ext/quickfix/QuickfixRuby.cpp', line 113164 def initialize(data = nil) if( data == nil ) super(885) else super(885, data) end end |
Class Method Details
.field ⇒ Object
11833 11834 11835 |
# File 'lib/quickfix_fields.rb', line 11833 def UnderlyingCurrentValue.field return 885 end |