Class: Quickfix::LegDeliveryStreamNegativeTolerance

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegDeliveryStreamNegativeTolerance

Returns a new instance of LegDeliveryStreamNegativeTolerance.



48444
48445
48446
48447
48448
48449
48450
# File 'lib/quickfix_fields.rb', line 48444

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