Class: Quickfix::AvgPxPrecision
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::AvgPxPrecision
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ AvgPxPrecision
constructor
A new instance of AvgPxPrecision.
Constructor Details
#initialize(data = nil) ⇒ AvgPxPrecision
Returns a new instance of AvgPxPrecision.
19233 19234 19235 19236 19237 19238 19239 |
# File 'lib/quickfix_fields.rb', line 19233 def initialize(data = nil) if( data == nil ) super(74) else super(74, data) end end |
Class Method Details
.field ⇒ Object
19230 19231 19232 |
# File 'lib/quickfix_fields.rb', line 19230 def AvgPxPrecision.field return 74 end |