Class: Quickfix50Sp2::Advertisement::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.



8225
8226
8227
8228
8229
8230
8231
8232
# File 'lib/quickfix50sp2.rb', line 8225

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