Class: Quickfix::DeliverySchedulePositiveTolerance

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

Returns a new instance of DeliverySchedulePositiveTolerance.



41645
41646
41647
41648
41649
41650
41651
# File 'lib/quickfix_fields.rb', line 41645

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

Class Method Details

.fieldObject



41642
41643
41644
# File 'lib/quickfix_fields.rb', line 41642

def DeliverySchedulePositiveTolerance.field
  return 41044
end