Class: Quickfix50Sp2::QuoteCancel::NoQuoteEntries::NoUnderlyings::NoUnderlyingStreams::NoUnderlyingDeliverySchedules::NoUnderlyingDeliveryScheduleSettlDays

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

Defined Under Namespace

Classes: NoUnderlyingDeliveryScheduleSettlTimes

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoUnderlyingDeliveryScheduleSettlDays

Returns a new instance of NoUnderlyingDeliveryScheduleSettlDays.



88067
88068
88069
88070
88071
88072
88073
88074
# File 'lib/quickfix50sp2.rb', line 88067

def initialize
	order = Quickfix::IntArray.new(4)
	order[0] = 41771
	order[1] = 41772
	order[2] = 41773
	order[3] = 0
	super(41770, 41771, order)
end