Class: Quickfix::OptionExerciseSkip

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) ⇒ OptionExerciseSkip

Returns a new instance of OptionExerciseSkip.



43933
43934
43935
43936
43937
43938
43939
# File 'lib/quickfix_fields.rb', line 43933

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

Class Method Details

.fieldObject



43930
43931
43932
# File 'lib/quickfix_fields.rb', line 43930

def OptionExerciseSkip.field
  return 41130
end