Class: Quickfix::UnderlyingDeliveryScheduleSettlHolidaysProcessingInstruction

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

Instance Method Summary collapse

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