Class: Quickfix::ExerciseStyle
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::ExerciseStyle
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ExerciseStyle
constructor
A new instance of ExerciseStyle.
Constructor Details
#initialize(data = nil) ⇒ ExerciseStyle
Returns a new instance of ExerciseStyle.
15918 15919 15920 15921 15922 15923 15924 |
# File 'lib/quickfix_fields.rb', line 15918 def initialize(data = nil) if( data == nil ) super(1194) else super(1194, data) end end |