Class: Quickfix::AvgPxIndicator
- Inherits:
-
IntField
- Object
- 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.
Constructor Details
#initialize(data = nil) ⇒ AvgPxIndicator
Returns a new instance of AvgPxIndicator.
5661 5662 5663 5664 5665 5666 5667 |
# File 'lib/quickfix_fields.rb', line 5661 def initialize(data = nil) if( data == nil ) super(819) else super(819, data) end end |
Class Method Details
.field ⇒ Object
5658 5659 5660 |
# File 'lib/quickfix_fields.rb', line 5658 def AvgPxIndicator.field return 819 end |