Class: Quickfix50Sp2::CollateralInquiry::NoLegs::NoLegStreams::NoLegStreamCommoditySettlPeriods::NoLegStreamCommoditySettlDays

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

Defined Under Namespace

Classes: NoLegStreamCommoditySettlTimes

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initialize ⇒ NoLegStreamCommoditySettlDays

Returns a new instance of NoLegStreamCommoditySettlDays.



298692
298693
298694
298695
298696
298697
298698
298699
# File 'lib/quickfix50sp2.rb', line 298692

def initialize
	order = Quickfix::IntArray.new(4)
	order[0] = 41681
	order[1] = 41682
	order[2] = 41683
	order[3] = 0
	super(41680, 41681, order)
end