Class: Quickfix::LegDeliveryStreamTotalNegativeTolerance

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) ⇒ 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

Class Method Details

.fieldObject



48519
48520
48521
# File 'lib/quickfix_fields.rb', line 48519

def LegDeliveryStreamTotalNegativeTolerance.field
	return 41448
end