Method: Quickfix43::RegistrationInstructions::NoPartyIDs#initialize
- Defined in:
- lib/quickfix43.rb
#initialize ⇒ NoPartyIDs
Returns a new instance of NoPartyIDs.
2144 2145 2146 2147 2148 2149 2150 2151 2152 |
# File 'lib/quickfix43.rb', line 2144 def initialize order = Quickfix::IntArray.new(5) order[0] = 448 order[1] = 447 order[2] = 452 order[3] = 523 order[4] = 0 super(453, 448, order) end |