Class: Quickfix50Sp2::ContraryIntentionReport::NoUnderlyings::NoUnderlyingStreams::NoUnderlyingStreamAssetAttributes

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

#initializeNoUnderlyingStreamAssetAttributes

Returns a new instance of NoUnderlyingStreamAssetAttributes.



309226
309227
309228
309229
309230
309231
309232
309233
# File 'lib/quickfix50sp2.rb', line 309226

def initialize
  order = Quickfix::IntArray.new(4)
  order[0] = 41801
  order[1] = 41802
  order[2] = 41803
  order[3] = 0
  super(41800, 41801, order)
end