Class: Quickfix::AllocAvgPxIndicator
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::AllocAvgPxIndicator
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ AllocAvgPxIndicator
constructor
A new instance of AllocAvgPxIndicator.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ AllocAvgPxIndicator
Returns a new instance of AllocAvgPxIndicator.
76654 76655 76656 76657 76658 76659 76660 |
# File 'lib/quickfix_fields.rb', line 76654 def initialize(data = nil) if( data == nil ) super(2769) else super(2769, data) end end |
Class Method Details
.field ⇒ Object
76651 76652 76653 |
# File 'lib/quickfix_fields.rb', line 76651 def AllocAvgPxIndicator.field return 2769 end |