Class: Quickfix50Sp2::AllocationInstructionAlert::NoLegs::NoLegStreams::NoLegDeliverySchedules::NoLegDeliveryScheduleSettlDays::NoLegDeliveryScheduleSettlTimes

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

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoLegDeliveryScheduleSettlTimes

Returns a new instance of NoLegDeliveryScheduleSettlTimes.



328013
328014
328015
328016
328017
328018
328019
328020
# File 'lib/quickfix50sp2.rb', line 328013

def initialize
	order = Quickfix::IntArray.new(4)
	order[0] = 41426
	order[1] = 41427
	order[2] = 41428
	order[3] = 0
	super(41425, 41426, order)
end