Class: Quickfix::LegMidPx
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::LegMidPx
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegMidPx
constructor
A new instance of LegMidPx.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ LegMidPx
Returns a new instance of LegMidPx.
56946 56947 56948 56949 56950 56951 56952 |
# File 'lib/quickfix_fields.rb', line 56946 def initialize(data = nil) if( data == nil ) super(2346) else super(2346, data) end end |
Class Method Details
.field ⇒ Object
56943 56944 56945 |
# File 'lib/quickfix_fields.rb', line 56943 def LegMidPx.field return 2346 end |