Class: Quickfix50Sp2::ContraryIntentionReport::NoUnderlyings::NoUnderlyingStreams::NoUnderlyingStreamCommodityDataSources

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

#initializeNoUnderlyingStreamCommodityDataSources

Returns a new instance of NoUnderlyingStreamCommodityDataSources.



309237
309238
309239
309240
309241
309242
309243
# File 'lib/quickfix50sp2.rb', line 309237

def initialize
  order = Quickfix::IntArray.new(3)
  order[0] = 41994
  order[1] = 41995
  order[2] = 0
  super(41993, 41994, order)
end