Class: Quickfix::DeliveryScheduleNegativeTolerance

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

Returns a new instance of DeliveryScheduleNegativeTolerance.



41632
41633
41634
41635
41636
41637
41638
# File 'lib/quickfix_fields.rb', line 41632

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

Class Method Details

.fieldObject



41629
41630
41631
# File 'lib/quickfix_fields.rb', line 41629

def DeliveryScheduleNegativeTolerance.field
	return 41043
end