Class: Quickfix::UnderlyingDeliveryScheduleSettlHolidaysProcessingInstruction

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

Returns a new instance of UnderlyingDeliveryScheduleSettlHolidaysProcessingInstruction.



53059
53060
53061
53062
53063
53064
53065
# File 'lib/quickfix_fields.rb', line 53059

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

Class Method Details

.fieldObject



53056
53057
53058
# File 'lib/quickfix_fields.rb', line 53056

def UnderlyingDeliveryScheduleSettlHolidaysProcessingInstruction.field
  return 41769
end