Class: Quickfix::AvgPrxPrecision
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::AvgPrxPrecision
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ AvgPrxPrecision
constructor
A new instance of AvgPrxPrecision.
Constructor Details
#initialize(data = nil) ⇒ AvgPrxPrecision
Returns a new instance of AvgPrxPrecision.
1657 1658 1659 1660 1661 1662 1663 |
# File 'lib/quickfix_fields.rb', line 1657 def initialize(data = nil) if( data == nil ) super(74) else super(74, data) end end |