Class: Quickfix50Sp2::ExecutionReport::NoFills::NoNested4PartyIDs

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

Defined Under Namespace

Classes: NoNested4PartySubIDs

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoNested4PartyIDs

Returns a new instance of NoNested4PartyIDs.



14132
14133
14134
14135
14136
14137
14138
14139
14140
14141
# File 'lib/quickfix50sp2.rb', line 14132

def initialize
  order = Quickfix::IntArray.new(6)
  order[0] = 1415
  order[1] = 1416
  order[2] = 1417
  order[3] = 2383
  order[4] = 1413
  order[5] = 0
  super(1414, 1415, order)
end