Class: Quickfix::DeliveryStreamTotalNegativeTolerance

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ DeliveryStreamTotalNegativeTolerance

Returns a new instance of DeliveryStreamTotalNegativeTolerance.



42087
42088
42089
42090
42091
42092
42093
# File 'lib/quickfix_fields.rb', line 42087

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