Class: Quickfix50Sp2::CollateralReport::NoAssetAttributes

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

#initializeNoAssetAttributes



291004
291005
291006
291007
291008
291009
291010
291011
# File 'lib/quickfix50sp2.rb', line 291004

def initialize
  order = Quickfix::IntArray.new(4)
  order[0] = 2305
  order[1] = 2306
  order[2] = 2307
  order[3] = 0
  super(2304, 2305, order)
end