Class: Quickfix44::ExecutionReport::NoContraBrokers
- Inherits:
-
Quickfix::Group
- Object
- Quickfix::Group
- Quickfix44::ExecutionReport::NoContraBrokers
- Defined in:
- lib/quickfix44.rb
Instance Method Summary collapse
-
#initialize ⇒ NoContraBrokers
constructor
A new instance of NoContraBrokers.
Constructor Details
#initialize ⇒ NoContraBrokers
Returns a new instance of NoContraBrokers.
340 341 342 343 344 345 346 347 348 349 |
# File 'lib/quickfix44.rb', line 340 def initialize order = Quickfix::IntArray.new(6) order[0] = 375 order[1] = 337 order[2] = 437 order[3] = 438 order[4] = 655 order[5] = 0 super(382, 375, order) end |