Class: Quickfix50Sp2::TradeCaptureReport::NoAttachments

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

Defined Under Namespace

Classes: NoAttachmentKeywords

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoAttachments

Returns a new instance of NoAttachments.



195148
195149
195150
195151
195152
195153
195154
195155
195156
195157
195158
195159
195160
195161
# File 'lib/quickfix50sp2.rb', line 195148

def initialize
  order = Quickfix::IntArray.new(10)
  order[0] = 2105
  order[1] = 2106
  order[2] = 2107
  order[3] = 2108
  order[4] = 2109
  order[5] = 2110
  order[6] = 2111
  order[7] = 2112
  order[8] = 2113
  order[9] = 0
  super(2104, 2105, order)
end