Class: Quickfix50::RegistrationInstructions::NoDistribInsts
- Inherits:
-
Quickfix::Group
- Object
- Quickfix::Group
- Quickfix50::RegistrationInstructions::NoDistribInsts
- Defined in:
- lib/quickfix50.rb
Instance Method Summary collapse
-
#initialize ⇒ NoDistribInsts
constructor
A new instance of NoDistribInsts.
Constructor Details
#initialize ⇒ NoDistribInsts
Returns a new instance of NoDistribInsts.
5424 5425 5426 5427 5428 5429 5430 5431 5432 5433 5434 5435 5436 |
# File 'lib/quickfix50.rb', line 5424 def initialize order = Quickfix::IntArray.new(9) order[0] = 477 order[1] = 512 order[2] = 478 order[3] = 498 order[4] = 499 order[5] = 500 order[6] = 501 order[7] = 502 order[8] = 0 super(510, 477, order) end |