Class: Quickfix::MDStatisticType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::MDStatisticType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MDStatisticType
constructor
A new instance of MDStatisticType.
Constructor Details
#initialize(data = nil) ⇒ MDStatisticType
Returns a new instance of MDStatisticType.
60794 60795 60796 60797 60798 60799 60800 |
# File 'lib/quickfix_fields.rb', line 60794 def initialize(data = nil) if( data == nil ) super(2456) else super(2456, data) end end |