Class: Quickfix::ExerciseMethod

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ExerciseMethod



7169
7170
7171
7172
7173
7174
7175
# File 'lib/quickfix_fields.rb', line 7169

def initialize(data = nil)
  if( data == nil )
    super(747)
  else
    super(747, data)
  end
end

Class Method Details

.fieldObject



7166
7167
7168
# File 'lib/quickfix_fields.rb', line 7166

def ExerciseMethod.field
  return 747
end