Class: Quickfix::UnderlyingDeliverySchedulePositiveTolerance

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

Class Method Details

.fieldObject



52978
52979
52980
# File 'lib/quickfix_fields.rb', line 52978

def UnderlyingDeliverySchedulePositiveTolerance.field
  return 41763
end