Class: Quickfix::ExerciseStyle
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::ExerciseStyle
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
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.
13656 13657 13658 13659 13660 13661 13662 |
# File 'lib/quickfix_fields.rb', line 13656 def initialize(data = nil) if( data == nil ) super(1194) else super(1194, data) end end |
Class Method Details
.field ⇒ Object
13653 13654 13655 |
# File 'lib/quickfix_fields.rb', line 13653 def ExerciseStyle.field return 1194 end |