Class: Quickfix::LegDeliveryStreamPositiveTolerance

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

Returns a new instance of LegDeliveryStreamPositiveTolerance.



48457
48458
48459
48460
48461
48462
48463
# File 'lib/quickfix_fields.rb', line 48457

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

Class Method Details

.fieldObject



48454
48455
48456
# File 'lib/quickfix_fields.rb', line 48454

def LegDeliveryStreamPositiveTolerance.field
	return 41443
end