Class: Quickfix::UnderlyingLastPx
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::UnderlyingLastPx
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingLastPx
constructor
A new instance of UnderlyingLastPx.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingLastPx
Returns a new instance of UnderlyingLastPx.
8768 8769 8770 8771 8772 8773 8774 |
# File 'lib/quickfix_fields.rb', line 8768 def initialize(data = nil) if( data == nil ) super(651) else super(651, data) end end |
Class Method Details
.field ⇒ Object
8765 8766 8767 |
# File 'lib/quickfix_fields.rb', line 8765 def .field return 651 end |