Class: Quickfix50::AssignmentReport::NoUnderlyings::NoUndlyInstrumentParties::NoUndlyInstrumentPartySubIDs

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

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoUndlyInstrumentPartySubIDs



16481
16482
16483
16484
16485
16486
16487
# File 'lib/quickfix50.rb', line 16481

def initialize
  order = Quickfix::IntArray.new(3)
  order[0] = 1063
  order[1] = 1064
  order[2] = 0
  super(1062, 1063, order)
end