Class: Quickfix50Sp2::PositionMaintenanceRequest::NoUnderlyings::NoUnderlyingStreams::NoUnderlyingDeliverySchedules::NoUnderlyingDeliveryScheduleSettlDays::NoUnderlyingDeliveryScheduleSettlTimes

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 ⇒ NoUnderlyingDeliveryScheduleSettlTimes

Returns a new instance of NoUnderlyingDeliveryScheduleSettlTimes.



229871
229872
229873
229874
229875
229876
229877
229878
# File 'lib/quickfix50sp2.rb', line 229871

def initialize
	order = Quickfix::IntArray.new(4)
	order[0] = 41774
	order[1] = 41775
	order[2] = 41776
	order[3] = 0
	super(41773, 41774, order)
end