Class: Quickfix50Sp1::Confirmation::NoOrders::NoNested2PartyIDs

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

Defined Under Namespace

Classes: NoNested2PartySubIDs

Instance Method Summary collapse

Constructor Details

#initializeNoNested2PartyIDs

Returns a new instance of NoNested2PartyIDs.



10077
10078
10079
10080
10081
10082
10083
10084
10085
# File 'lib/quickfix50sp1.rb', line 10077

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