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

Inherits:
Quickfix::Group
  • Object
show all
Defined in:
lib/quickfix50sp2.rb

Instance Method Summary collapse

Constructor Details

#initializeNoUnderlyingAmounts

Returns a new instance of NoUnderlyingAmounts.



11997
11998
11999
12000
12001
12002
12003
12004
12005
# File 'lib/quickfix50sp2.rb', line 11997

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