Class: Quickfix::ExerciseStyle

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

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

Class Method Details

.fieldObject



15915
15916
15917
# File 'lib/quickfix_fields.rb', line 15915

def ExerciseStyle.field
  return 1194
end