Class: Quickfix::MDStatisticReqID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::MDStatisticReqID
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MDStatisticReqID
constructor
A new instance of MDStatisticReqID.
Constructor Details
#initialize(data = nil) ⇒ MDStatisticReqID
Returns a new instance of MDStatisticReqID.
60742 60743 60744 60745 60746 60747 60748 |
# File 'lib/quickfix_fields.rb', line 60742 def initialize(data = nil) if( data == nil ) super(2452) else super(2452, data) end end |