Class: Quickfix::AllocAvgPxIndicator
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::AllocAvgPxIndicator
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ AllocAvgPxIndicator
constructor
A new instance of AllocAvgPxIndicator.
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 |