Class: Quickfix::MDStatisticValueUnit
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::MDStatisticValueUnit
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MDStatisticValueUnit
constructor
A new instance of MDStatisticValueUnit.
Constructor Details
#initialize(data = nil) ⇒ MDStatisticValueUnit
Returns a new instance of MDStatisticValueUnit.
61106 61107 61108 61109 61110 61111 61112 |
# File 'lib/quickfix_fields.rb', line 61106 def initialize(data = nil) if( data == nil ) super(2480) else super(2480, data) end end |