Method: Quickfix50Sp1::PositionReport::NoUnderlyings::NoUnderlyingAmounts#initialize
- Defined in:
- lib/quickfix50sp1.rb
#initialize ⇒ NoUnderlyingAmounts
Returns a new instance of NoUnderlyingAmounts.
16549 16550 16551 16552 16553 16554 16555 16556 16557 |
# File 'lib/quickfix50sp1.rb', line 16549 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 |