Class: Quickfix50Sp2::MarketDataIncrementalRefresh::NoMDEntries::NoLegs::NoLegProvisions::NoLegProvisionPartyIDs::NoLegProvisionPartySubIDs

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

#initializeNoLegProvisionPartySubIDs



84471
84472
84473
84474
84475
84476
84477
# File 'lib/quickfix50sp2.rb', line 84471

def initialize
  order = Quickfix::IntArray.new(3)
  order[0] = 40538
  order[1] = 40539
  order[2] = 0
  super(40537, 40538, order)
end