Class: Quickfix50Sp2::AssignmentReport::NoLegs::NoLegStreams::NoLegDeliverySchedules::NoLegDeliveryScheduleSettlDays

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

Defined Under Namespace

Classes: NoLegDeliveryScheduleSettlTimes

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoLegDeliveryScheduleSettlDays

Returns a new instance of NoLegDeliveryScheduleSettlDays.



272799
272800
272801
272802
272803
272804
272805
272806
# File 'lib/quickfix50sp2.rb', line 272799

def initialize
	order = Quickfix::IntArray.new(4)
	order[0] = 41423
	order[1] = 41424
	order[2] = 41425
	order[3] = 0
	super(41422, 41423, order)
end