Class: Quickfix::LegDeliverySchedulePositiveTolerance

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

Returns a new instance of LegDeliverySchedulePositiveTolerance.



48080
48081
48082
48083
48084
48085
48086
# File 'lib/quickfix_fields.rb', line 48080

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

Class Method Details

.fieldObject



48077
48078
48079
# File 'lib/quickfix_fields.rb', line 48077

def LegDeliverySchedulePositiveTolerance.field
  return 41415
end