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

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

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initialize ⇒ NoNested2PartySubIDs

Returns a new instance of NoNested2PartySubIDs.



139177
139178
139179
139180
139181
139182
139183
# File 'lib/quickfix50sp2.rb', line 139177

def initialize
	order = Quickfix::IntArray.new(3)
	order[0] = 760
	order[1] = 807
	order[2] = 0
	super(806, 760, order)
end