Class: Quickfix::UnderlyingDeliveryScheduleNegativeTolerance

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingDeliveryScheduleNegativeTolerance

Returns a new instance of UnderlyingDeliveryScheduleNegativeTolerance.



52968
52969
52970
52971
52972
52973
52974
# File 'lib/quickfix_fields.rb', line 52968

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