Class: Quickfix::EventPx
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::EventPx
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ EventPx
constructor
A new instance of EventPx.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ EventPx
Returns a new instance of EventPx.
11745 11746 11747 11748 11749 11750 11751 |
# File 'lib/quickfix_fields.rb', line 11745 def initialize(data = nil) if( data == nil ) super(867) else super(867, data) end end |
Class Method Details
.field ⇒ Object
11742 11743 11744 |
# File 'lib/quickfix_fields.rb', line 11742 def EventPx.field return 867 end |