Class: Quickfix50Sp2::CollateralReport::NoFundingSources

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

#initializeNoFundingSources

Returns a new instance of NoFundingSources.



296278
296279
296280
296281
296282
296283
296284
296285
296286
# File 'lib/quickfix50sp2.rb', line 296278

def initialize
  order = Quickfix::IntArray.new(5)
  order[0] = 2846
  order[1] = 2848
  order[2] = 2847
  order[3] = 2954
  order[4] = 0
  super(2849, 2846, order)
end