Class: Quickfix::DeliveryScheduleNegativeTolerance

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ DeliveryScheduleNegativeTolerance



41632
41633
41634
41635
41636
41637
41638
# File 'lib/quickfix_fields.rb', line 41632

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