Class: Quickfix50Sp2::MarketDataSnapshotFullRefresh::NoLegs::NoLegStreams::NoLegStreamAssetAttributes

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

#initializeNoLegStreamAssetAttributes

Returns a new instance of NoLegStreamAssetAttributes.



77876
77877
77878
77879
77880
77881
77882
77883
# File 'lib/quickfix50sp2.rb', line 77876

def initialize
  order = Quickfix::IntArray.new(4)
  order[0] = 41453
  order[1] = 41454
  order[2] = 41455
  order[3] = 0
  super(41452, 41453, order)
end