Class: Quickfix::DeliveryScheduleSettlHolidaysProcessingInstruction

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

Returns a new instance of DeliveryScheduleSettlHolidaysProcessingInstruction.



41723
41724
41725
41726
41727
41728
41729
# File 'lib/quickfix_fields.rb', line 41723

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

Class Method Details

.fieldObject



41720
41721
41722
# File 'lib/quickfix_fields.rb', line 41720

def DeliveryScheduleSettlHolidaysProcessingInstruction.field
  return 41050
end