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

#initialize ⇒ NoLegDeliveryScheduleSettlTimes

Returns a new instance of NoLegDeliveryScheduleSettlTimes.



219205
219206
219207
219208
219209
219210
219211
219212
# File 'lib/quickfix50sp2.rb', line 219205

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