Class: Quickfix50Sp1::NewOrderMultileg::NoAllocs::NoNested3PartyIDs::NoNested3PartySubIDs

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

Instance Method Summary collapse

Constructor Details

#initializeNoNested3PartySubIDs



7744
7745
7746
7747
7748
7749
7750
# File 'lib/quickfix50sp1.rb', line 7744

def initialize
  order = Quickfix::IntArray.new(3)
  order[0] = 953
  order[1] = 954
  order[2] = 0
  super(952, 953, order)
end