Class: Quickfix::AvgPxIndicator
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::AvgPxIndicator
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ AvgPxIndicator
constructor
A new instance of AvgPxIndicator.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ AvgPxIndicator
Returns a new instance of AvgPxIndicator.
11134 11135 11136 11137 11138 11139 11140 |
# File 'lib/quickfix_fields.rb', line 11134 def initialize(data = nil) if( data == nil ) super(819) else super(819, data) end end |
Class Method Details
.field ⇒ Object
11131 11132 11133 |
# File 'lib/quickfix_fields.rb', line 11131 def AvgPxIndicator.field return 819 end |