Class: Quickfix50::ConfirmationRequest::NoOrders::NoNested2PartyIDs

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

Defined Under Namespace

Classes: NoNested2PartySubIDs

Instance Method Summary collapse

Constructor Details

#initializeNoNested2PartyIDs



12464
12465
12466
12467
12468
12469
12470
12471
12472
# File 'lib/quickfix50.rb', line 12464

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