Class: Quickfix50Sp2::QuoteRequestReject::NoRelatedSym::NoUnderlyings::NoUndlyInstrumentParties::NoUndlyInstrumentPartySubIDs

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 ⇒ NoUndlyInstrumentPartySubIDs

Returns a new instance of NoUndlyInstrumentPartySubIDs.



200465
200466
200467
200468
200469
200470
200471
# File 'lib/quickfix50sp2.rb', line 200465

def initialize
  order = Quickfix::IntArray.new(3)
  order[0] = 1063
  order[1] = 1064
  order[2] = 0
  super(1062, 1063, order)
end