Class: Quickfix50Sp2::NewOrderCross::NoInstrumentParties::NoInstrumentPartySubIDs

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

Instance Method Summary collapse

Methods inherited from Quickfix::Group

#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup

Constructor Details

#initializeNoInstrumentPartySubIDs


10938
10939
10940
10941
10942
10943
10944
# File 'lib/quickfix50sp2.rb', line 10938

def initialize
  order = Quickfix::IntArray.new(3)
  order[0] = 1053
  order[1] = 1054
  order[2] = 0
  super(1052, 1053, order)
end