Class: Quickfix50Sp2::TradeCaptureReportRequestAck::NoUnderlyings::NoUnderlyingProtectionTerms::NoUnderlyingProtectionTermEvents

Inherits:
Quickfix::Group
  • Object
show all
Defined in:
lib/quickfix50sp2.rb

Defined Under Namespace

Classes: NoUnderlyingProtectionTermEventQualifiers

Instance Method Summary collapse

Methods inherited from Quickfix::Group

#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup

Constructor Details

#initializeNoUnderlyingProtectionTermEvents

Returns a new instance of NoUnderlyingProtectionTermEvents.



254728
254729
254730
254731
254732
254733
254734
254735
254736
254737
254738
254739
254740
# File 'lib/quickfix50sp2.rb', line 254728

def initialize
  order = Quickfix::IntArray.new(9)
  order[0] = 42078
  order[1] = 42079
  order[2] = 42080
  order[3] = 42081
  order[4] = 42082
  order[5] = 42083
  order[6] = 42084
  order[7] = 42085
  order[8] = 0
  super(42077, 42078, order)
end