Class: Quickfix::OrderEventPx
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::OrderEventPx
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ OrderEventPx
constructor
A new instance of OrderEventPx.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ OrderEventPx
Returns a new instance of OrderEventPx.
23523 23524 23525 23526 23527 23528 23529 |
# File 'lib/quickfix_fields.rb', line 23523 def initialize(data = nil) if( data == nil ) super(1799) else super(1799, data) end end |
Class Method Details
.field ⇒ Object
23520 23521 23522 |
# File 'lib/quickfix_fields.rb', line 23520 def OrderEventPx.field return 1799 end |