Class: Quickfix50Sp2::PositionReport::NoUnderlyings::NoUnderlyingAmounts

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

#initializeNoUnderlyingAmounts

Returns a new instance of NoUnderlyingAmounts.



251296
251297
251298
251299
251300
251301
251302
251303
251304
# File 'lib/quickfix50sp2.rb', line 251296

def initialize
  order = Quickfix::IntArray.new(5)
  order[0] = 985
  order[1] = 986
  order[2] = 987
  order[3] = 988
  order[4] = 0
  super(984, 985, order)
end