Method: Quickfix50::ListStrikePrice::NoUnderlyings::NoUndlyInstrumentParties#initialize
- Defined in:
- lib/quickfix50.rb
#initialize ⇒ NoUndlyInstrumentParties
Returns a new instance of NoUndlyInstrumentParties.
7930 7931 7932 7933 7934 7935 7936 7937 7938 |
# File 'lib/quickfix50.rb', line 7930 def initialize order = Quickfix::IntArray.new(5) order[0] = 1059 order[1] = 1060 order[2] = 1061 order[3] = 1062 order[4] = 0 super(1058, 1059, order) end |