Class: Quickfix50::PositionReport::NoUnderlyings::NoUnderlyingAmounts
- Inherits:
-
Quickfix::Group
- Object
- Quickfix::Group
- Quickfix50::PositionReport::NoUnderlyings::NoUnderlyingAmounts
- Defined in:
- lib/quickfix50.rb
Instance Method Summary collapse
-
#initialize ⇒ NoUnderlyingAmounts
constructor
A new instance of NoUnderlyingAmounts.
Constructor Details
#initialize ⇒ NoUnderlyingAmounts
Returns a new instance of NoUnderlyingAmounts.
10010 10011 10012 10013 10014 10015 10016 10017 10018 |
# File 'lib/quickfix50.rb', line 10010 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 |