Class: Quickfix50Sp2::PartyDetailsDefinitionRequestAck::NoPartyUpdates::NoPartyDetails::NoPartyDetailSubIDs

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

#initializeNoPartyDetailSubIDs

Returns a new instance of NoPartyDetailSubIDs.



364236
364237
364238
364239
364240
364241
364242
# File 'lib/quickfix50sp2.rb', line 364236

def initialize
  order = Quickfix::IntArray.new(3)
  order[0] = 1695
  order[1] = 1696
  order[2] = 0
  super(1694, 1695, order)
end