Class: Quickfix::AvgParPx
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::AvgParPx
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ AvgParPx
constructor
A new instance of AvgParPx.
Constructor Details
#initialize(data = nil) ⇒ AvgParPx
Returns a new instance of AvgParPx.
6493 6494 6495 6496 6497 6498 6499 |
# File 'lib/quickfix_fields.rb', line 6493 def initialize(data = nil) if( data == nil ) super(860) else super(860, data) end end |
Class Method Details
.field ⇒ Object
6490 6491 6492 |
# File 'lib/quickfix_fields.rb', line 6490 def AvgParPx.field return 860 end |