Class: Quickfix50Sp2::MassOrderAck::NoOrderEntries::NoStreams::NoDeliverySchedules::NoDeliveryScheduleSettlDays

Inherits:
Quickfix::Group
  • Object
show all
Defined in:
lib/quickfix50sp2.rb

Defined Under Namespace

Classes: NoDeliveryScheduleSettlTimes

Instance Method Summary collapse

Methods inherited from Quickfix::Group

#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup

Constructor Details

#initializeNoDeliveryScheduleSettlDays

Returns a new instance of NoDeliveryScheduleSettlDays.



384775
384776
384777
384778
384779
384780
384781
384782
# File 'lib/quickfix50sp2.rb', line 384775

def initialize
	order = Quickfix::IntArray.new(4)
	order[0] = 41052
	order[1] = 41053
	order[2] = 41054
	order[3] = 0
	super(41051, 41052, order)
end