Class: Quickfix::MatchExceptionToleranceValueType

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

Returns a new instance of MatchExceptionToleranceValueType.



76784
76785
76786
76787
76788
76789
76790
# File 'lib/quickfix_fields.rb', line 76784

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

Class Method Details

.fieldObject



76781
76782
76783
# File 'lib/quickfix_fields.rb', line 76781

def MatchExceptionToleranceValueType.field
  return 2779
end