Class: Quickfix::LegExerciseDesc
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegExerciseDesc
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegExerciseDesc
constructor
A new instance of LegExerciseDesc.
Constructor Details
#initialize(data = nil) ⇒ LegExerciseDesc
Returns a new instance of LegExerciseDesc.
49042 49043 49044 49045 49046 49047 49048 |
# File 'lib/quickfix_fields.rb', line 49042 def initialize(data = nil) if( data == nil ) super(41481) else super(41481, data) end end |