Class: Quickfix::ReportingPx
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::ReportingPx
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ReportingPx
constructor
A new instance of ReportingPx.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ ReportingPx
Returns a new instance of ReportingPx.
76407 76408 76409 76410 76411 76412 76413 |
# File 'lib/quickfix_fields.rb', line 76407 def initialize(data = nil) if( data == nil ) super(2750) else super(2750, data) end end |
Class Method Details
.field ⇒ Object
76404 76405 76406 |
# File 'lib/quickfix_fields.rb', line 76404 def ReportingPx.field return 2750 end |