Class: Quickfix::UnderlyingDeliveryScheduleNegativeTolerance

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

Class Method Details

.fieldObject



52965
52966
52967
# File 'lib/quickfix_fields.rb', line 52965

def UnderlyingDeliveryScheduleNegativeTolerance.field
  return 41762
end