Class: Quickfix50Sp2::ExecutionReport::NoLegs::NoNested3PartyIDs

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

Defined Under Namespace

Classes: NoNested3PartySubIDs

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoNested3PartyIDs

Returns a new instance of NoNested3PartyIDs.



16062
16063
16064
16065
16066
16067
16068
16069
16070
16071
# File 'lib/quickfix50sp2.rb', line 16062

def initialize
	order = Quickfix::IntArray.new(6)
	order[0] = 949
	order[1] = 950
	order[2] = 951
	order[3] = 2382
	order[4] = 952
	order[5] = 0
	super(948, 949, order)
end