Class: Quickfix::LegEventPx
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::LegEventPx
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegEventPx
constructor
A new instance of LegEventPx.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ LegEventPx
Returns a new instance of LegEventPx.
27033 27034 27035 27036 27037 27038 27039 |
# File 'lib/quickfix_fields.rb', line 27033 def initialize(data = nil) if( data == nil ) super(2065) else super(2065, data) end end |
Class Method Details
.field ⇒ Object
27030 27031 27032 |
# File 'lib/quickfix_fields.rb', line 27030 def LegEventPx.field return 2065 end |