Class: Quickfix50Sp1::PositionReport::NoUnderlyings::NoUnderlyingAmounts
- Inherits:
-
Quickfix::Group
- Object
- Quickfix::Group
- Quickfix50Sp1::PositionReport::NoUnderlyings::NoUnderlyingAmounts
- Defined in:
- lib/quickfix50sp1.rb
Instance Method Summary collapse
-
#initialize ⇒ NoUnderlyingAmounts
constructor
A new instance of NoUnderlyingAmounts.
Constructor Details
#initialize ⇒ NoUnderlyingAmounts
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 |