Class: Quickfix50Sp2::CrossOrderCancelReplaceRequest::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

#initialize ⇒ NoLegDeliveryScheduleSettlDays

Returns a new instance of NoLegDeliveryScheduleSettlDays.



149422
149423
149424
149425
149426
149427
149428
149429
# File 'lib/quickfix50sp2.rb', line 149422

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