Method: Quickfix50::PositionReport::NoUnderlyings::NoUnderlyingStips#initialize
- Defined in:
- lib/quickfix50.rb
#initialize ⇒ NoUnderlyingStips
Returns a new instance of NoUnderlyingStips.
14877 14878 14879 14880 14881 14882 14883 |
# File 'lib/quickfix50.rb', line 14877 def initialize order = Quickfix::IntArray.new(3) order[0] = 888 order[1] = 889 order[2] = 0 super(887, 888, order) end |