Class: Quickfix50Sp2::AllocationReport::NoOrders::NoNested2PartyIDs

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

Defined Under Namespace

Classes: NoNested2PartySubIDs

Instance Method Summary collapse

Constructor Details

#initializeNoNested2PartyIDs



12743
12744
12745
12746
12747
12748
12749
12750
12751
# File 'lib/quickfix50sp2.rb', line 12743

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