Class: Quickfix::LastParPx
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::LastParPx
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LastParPx
constructor
A new instance of LastParPx.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ LastParPx
9223 9224 9225 9226 9227 9228 9229 |
# File 'lib/quickfix_fields.rb', line 9223 def initialize(data = nil) if( data == nil ) super(669) else super(669, data) end end |
Class Method Details
.field ⇒ Object
9220 9221 9222 |
# File 'lib/quickfix_fields.rb', line 9220 def LastParPx.field return 669 end |