Class: Quickfix::ReportingQty
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::ReportingQty
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ReportingQty
constructor
A new instance of ReportingQty.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ ReportingQty
Returns a new instance of ReportingQty.
76420 76421 76422 76423 76424 76425 76426 |
# File 'lib/quickfix_fields.rb', line 76420 def initialize(data = nil) if( data == nil ) super(2751) else super(2751, data) end end |
Class Method Details
.field ⇒ Object
76417 76418 76419 |
# File 'lib/quickfix_fields.rb', line 76417 def ReportingQty.field return 2751 end |