Class: Quickfix::LegDeliveryStreamTotalNegativeTolerance

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegDeliveryStreamTotalNegativeTolerance

Returns a new instance of LegDeliveryStreamTotalNegativeTolerance.



48522
48523
48524
48525
48526
48527
48528
# File 'lib/quickfix_fields.rb', line 48522

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