Class: Quickfix50Sp2::OrderMassCancelRequest::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

Returns a new instance of NoInstrumentPartySubIDs.



10480
10481
10482
10483
10484
10485
10486
# File 'lib/quickfix50sp2.rb', line 10480

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