Class: Quickfix::MDEntryPx
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::MDEntryPx
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MDEntryPx
constructor
A new instance of MDEntryPx.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ MDEntryPx
Returns a new instance of MDEntryPx.
3399 3400 3401 3402 3403 3404 3405 |
# File 'lib/quickfix_fields.rb', line 3399 def initialize(data = nil) if( data == nil ) super(270) else super(270, data) end end |
Class Method Details
.field ⇒ Object
3396 3397 3398 |
# File 'lib/quickfix_fields.rb', line 3396 def MDEntryPx.field return 270 end |