Class: Quickfix50::NewOrderMultileg::NoAllocs
- Inherits:
-
Quickfix::Group
- Object
- Quickfix::Group
- Quickfix50::NewOrderMultileg::NoAllocs
- Defined in:
- lib/quickfix50.rb
Defined Under Namespace
Classes: NoNested3PartyIDs
Instance Method Summary collapse
-
#initialize ⇒ NoAllocs
constructor
A new instance of NoAllocs.
Constructor Details
#initialize ⇒ NoAllocs
Returns a new instance of NoAllocs.
6861 6862 6863 6864 6865 6866 6867 6868 6869 6870 6871 |
# File 'lib/quickfix50.rb', line 6861 def initialize order = Quickfix::IntArray.new(7) order[0] = 79 order[1] = 661 order[2] = 736 order[3] = 467 order[4] = 948 order[5] = 80 order[6] = 0 super(78, 79, order) end |