Class: Quickfix::UnderlyingDeliverySchedulePositiveTolerance

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingDeliverySchedulePositiveTolerance

Returns a new instance of UnderlyingDeliverySchedulePositiveTolerance.



52981
52982
52983
52984
52985
52986
52987
# File 'lib/quickfix_fields.rb', line 52981

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