Class: Quickfix50Sp1::PositionReport::NoUnderlyings::NoUnderlyingAmounts

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

Instance Method Summary collapse

Constructor Details

#initializeNoUnderlyingAmounts

Returns a new instance of NoUnderlyingAmounts.



11181
11182
11183
11184
11185
11186
11187
11188
11189
# File 'lib/quickfix50sp1.rb', line 11181

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