Method: Quickfix50Sp1::SecurityDefinition::NoInstrumentParties#initialize
- Defined in:
- lib/quickfix50sp1.rb
#initialize ⇒ NoInstrumentParties
Returns a new instance of NoInstrumentParties.
7216 7217 7218 7219 7220 7221 7222 7223 7224 |
# File 'lib/quickfix50sp1.rb', line 7216 def initialize order = Quickfix::IntArray.new(5) order[0] = 1019 order[1] = 1050 order[2] = 1051 order[3] = 1052 order[4] = 0 super(1018, 1019, order) end |