Class: Quickfix::LegDeliveryScheduleToleranceType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegDeliveryScheduleToleranceType

Returns a new instance of LegDeliveryScheduleToleranceType.



48106
48107
48108
48109
48110
48111
48112
# File 'lib/quickfix_fields.rb', line 48106

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