Class: Quickfix::UnderlyingPx
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::UnderlyingPx
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPx
constructor
A new instance of UnderlyingPx.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPx
Returns a new instance of UnderlyingPx.
11017 11018 11019 11020 11021 11022 11023 |
# File 'lib/quickfix_fields.rb', line 11017 def initialize(data = nil) if( data == nil ) super(810) else super(810, data) end end |
Class Method Details
.field ⇒ Object
11014 11015 11016 |
# File 'lib/quickfix_fields.rb', line 11014 def .field return 810 end |