Class: Quickfix50Sp1::CollateralReport::NoInstrumentParties::NoInstrumentPartySubIDs

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

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoInstrumentPartySubIDs



19353
19354
19355
19356
19357
19358
19359
# File 'lib/quickfix50sp1.rb', line 19353

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