Class: Quickfix::LegDeliveryScheduleToleranceType

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ 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

Class Method Details

.fieldObject



48103
48104
48105
# File 'lib/quickfix_fields.rb', line 48103

def LegDeliveryScheduleToleranceType.field
  return 41417
end