Class: Quickfix50Sp2::SecurityList::NoRelatedSym::NoUnderlyings::NoUnderlyingStreams::NoUnderlyingStreamCommoditySettlPeriods::NoUnderlyingStreamCommoditySettlDays

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

Defined Under Namespace

Classes: NoUnderlyingStreamCommoditySettlTimes

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initialize ⇒ NoUnderlyingStreamCommoditySettlDays

Returns a new instance of NoUnderlyingStreamCommoditySettlDays.



163103
163104
163105
163106
163107
163108
163109
163110
# File 'lib/quickfix50sp2.rb', line 163103

def initialize
	order = Quickfix::IntArray.new(4)
	order[0] = 41997
	order[1] = 41998
	order[2] = 41999
	order[3] = 0
	super(41996, 41997, order)
end