Class: Quickfix50Sp2::MultilegOrderCancelReplace::NoLegs::NoLegAllocs
- Inherits:
-
Quickfix::Group
- Object
- Quickfix::Group
- Quickfix50Sp2::MultilegOrderCancelReplace::NoLegs::NoLegAllocs
- Defined in:
- lib/quickfix50sp2.rb
Defined Under Namespace
Classes: NoNested2PartyIDs
Instance Method Summary collapse
-
#initialize ⇒ NoLegAllocs
constructor
A new instance of NoLegAllocs.
Constructor Details
#initialize ⇒ NoLegAllocs
Returns a new instance of NoLegAllocs.
8848 8849 8850 8851 8852 8853 8854 8855 8856 8857 8858 |
# File 'lib/quickfix50sp2.rb', line 8848 def initialize order = Quickfix::IntArray.new(7) order[0] = 671 order[1] = 672 order[2] = 756 order[3] = 673 order[4] = 674 order[5] = 1367 order[6] = 0 super(670, 671, order) end |