Class: Quickfix50::NewOrderMultileg::NoAllocs::NoNested3PartyIDs

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

Defined Under Namespace

Classes: NoNested3PartySubIDs

Instance Method Summary collapse

Constructor Details

#initializeNoNested3PartyIDs



6874
6875
6876
6877
6878
6879
6880
6881
6882
# File 'lib/quickfix50.rb', line 6874

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