Class: Quickfix50Sp2::QuoteRequestReject::NoRelatedSym::NoUnderlyings::NoUnderlyingProvisions::NoUnderlyingProvisionPartyIDs::NoUnderlyingProvisionPartySubIDs

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

#initialize ⇒ NoUnderlyingProvisionPartySubIDs

Returns a new instance of NoUnderlyingProvisionPartySubIDs.



201804
201805
201806
201807
201808
201809
201810
# File 'lib/quickfix50sp2.rb', line 201804

def initialize
  order = Quickfix::IntArray.new(3)
  order[0] = 42178
  order[1] = 42179
  order[2] = 0
  super(42177, 42178, order)
end