Class: Quickfix::DeliveryStreamNegativeTolerance

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

Instance Method Summary collapse

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