Class: Quickfix50Sp2::QuoteStatusRequest::NoStreams::NoStreamCommoditySettlPeriods::NoStreamCommoditySettlDays

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

Defined Under Namespace

Classes: NoStreamCommoditySettlTimes

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoStreamCommoditySettlDays

Returns a new instance of NoStreamCommoditySettlDays.



90827
90828
90829
90830
90831
90832
90833
90834
# File 'lib/quickfix50sp2.rb', line 90827

def initialize
	order = Quickfix::IntArray.new(4)
	order[0] = 41284
	order[1] = 41285
	order[2] = 41286
	order[3] = 0
	super(41283, 41284, order)
end