Class: Quickfix::ExerciseDesc
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::ExerciseDesc
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ExerciseDesc
constructor
A new instance of ExerciseDesc.
Constructor Details
#initialize(data = nil) ⇒ ExerciseDesc
Returns a new instance of ExerciseDesc.
43621 43622 43623 43624 43625 43626 43627 |
# File 'lib/quickfix_fields.rb', line 43621 def initialize(data = nil) if( data == nil ) super(41106) else super(41106, data) end end |