Class: Quickfix::DeliveryStreamNegativeTolerance

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from DoubleField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ DeliveryStreamNegativeTolerance

Returns a new instance of DeliveryStreamNegativeTolerance.



42009
42010
42011
42012
42013
42014
42015
# File 'lib/quickfix_fields.rb', line 42009

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

Class Method Details

.fieldObject



42006
42007
42008
# File 'lib/quickfix_fields.rb', line 42006

def DeliveryStreamNegativeTolerance.field
  return 41071
end