Class: Quickfix::AvgPrxPrecision
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::AvgPrxPrecision
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
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.
13617 13618 13619 13620 13621 13622 13623 |
# File 'lib/quickfix_fields.rb', line 13617 def initialize(data = nil) if( data == nil ) super(74) else super(74, data) end end |
Class Method Details
.field ⇒ Object
13614 13615 13616 |
# File 'lib/quickfix_fields.rb', line 13614 def AvgPrxPrecision.field return 74 end |