Class: Quickfix::AllocAvgPx
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::AllocAvgPx
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ AllocAvgPx
constructor
A new instance of AllocAvgPx.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ AllocAvgPx
Returns a new instance of AllocAvgPx.
2398 2399 2400 2401 2402 2403 2404 |
# File 'lib/quickfix_fields.rb', line 2398 def initialize(data = nil) if( data == nil ) super(153) else super(153, data) end end |
Class Method Details
.field ⇒ Object
2395 2396 2397 |
# File 'lib/quickfix_fields.rb', line 2395 def AllocAvgPx.field return 153 end |