Class: Quickfix::UnderlyingDeliveryStreamTotalNegativeTolerance

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

Returns a new instance of UnderlyingDeliveryStreamTotalNegativeTolerance.



53423
53424
53425
53426
53427
53428
53429
# File 'lib/quickfix_fields.rb', line 53423

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

Class Method Details

.fieldObject



53420
53421
53422
# File 'lib/quickfix_fields.rb', line 53420

def UnderlyingDeliveryStreamTotalNegativeTolerance.field
	return 41796
end