Class: Quickfix50::AdjustedPositionReport::NoPositions

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

Defined Under Namespace

Classes: NoNestedPartyIDs

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoPositions

Returns a new instance of NoPositions.



19206
19207
19208
19209
19210
19211
19212
19213
19214
19215
19216
# File 'lib/quickfix50.rb', line 19206

def initialize
  order = Quickfix::IntArray.new(7)
  order[0] = 703
  order[1] = 704
  order[2] = 705
  order[3] = 706
  order[4] = 976
  order[5] = 539
  order[6] = 0
  super(702, 703, order)
end