Class: Quickfix50Sp2::AssignmentReport::NoProvisions::NoProvisionPartyIDs::NoProvisionPartySubIDs

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

#initializeNoProvisionPartySubIDs

Returns a new instance of NoProvisionPartySubIDs.



271251
271252
271253
271254
271255
271256
271257
# File 'lib/quickfix50sp2.rb', line 271251

def initialize
  order = Quickfix::IntArray.new(3)
  order[0] = 40179
  order[1] = 40180
  order[2] = 0
  super(40178, 40179, order)
end