Class: Quickfix::MidPx
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::MidPx
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MidPx
constructor
A new instance of MidPx.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ MidPx
Returns a new instance of MidPx.
8508 8509 8510 8511 8512 8513 8514 |
# File 'lib/quickfix_fields.rb', line 8508 def initialize(data = nil) if( data == nil ) super(631) else super(631, data) end end |
Class Method Details
.field ⇒ Object
8505 8506 8507 |
# File 'lib/quickfix_fields.rb', line 8505 def MidPx.field return 631 end |