Class: Quickfix::DeliveryScheduleToleranceType

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

Returns a new instance of DeliveryScheduleToleranceType.



41671
41672
41673
41674
41675
41676
41677
# File 'lib/quickfix_fields.rb', line 41671

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

Class Method Details

.fieldObject



41668
41669
41670
# File 'lib/quickfix_fields.rb', line 41668

def DeliveryScheduleToleranceType.field
  return 41046
end