Class: Quickfix::DeliverySchedulePositiveTolerance

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

Instance Method Summary collapse

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