Class: Quickfix50Sp2::NewOrderCross::NoSides::NoCrossLegs::NoLegAllocs::NoNested2PartyIDs

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

Defined Under Namespace

Classes: NoNested2PartySubIDs

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initialize ⇒ NoNested2PartyIDs

Returns a new instance of NoNested2PartyIDs.



139165
139166
139167
139168
139169
139170
139171
139172
139173
139174
# File 'lib/quickfix50sp2.rb', line 139165

def initialize
	order = Quickfix::IntArray.new(6)
	order[0] = 757
	order[1] = 758
	order[2] = 759
	order[3] = 2381
	order[4] = 806
	order[5] = 0
	super(756, 757, order)
end