Class: Quickfix::ExerciseMethod
- Inherits:
-
CharField
- Object
- CharField
- Quickfix::ExerciseMethod
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ExerciseMethod
constructor
A new instance of ExerciseMethod.
Constructor Details
#initialize(data = nil) ⇒ ExerciseMethod
Returns a new instance of ExerciseMethod.
10224 10225 10226 10227 10228 10229 10230 |
# File 'lib/quickfix_fields.rb', line 10224 def initialize(data = nil) if( data == nil ) super(747) else super(747, data) end end |