Class: Quickfix::AvgPx
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::AvgPx
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ AvgPx
constructor
A new instance of AvgPx.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ AvgPx
Returns a new instance of AvgPx.
994 995 996 997 998 999 1000 |
# File 'lib/quickfix_fields.rb', line 994 def initialize(data = nil) if( data == nil ) super(6) else super(6, data) end end |
Class Method Details
.field ⇒ Object
991 992 993 |
# File 'lib/quickfix_fields.rb', line 991 def AvgPx.field return 6 end |