Class: Quickfix44::TradeCaptureReportAck::NoAllocs
- Inherits:
-
Quickfix::Group
- Object
- Quickfix::Group
- Quickfix44::TradeCaptureReportAck::NoAllocs
- Defined in:
- lib/quickfix44.rb
Defined Under Namespace
Classes: NoNested2PartyIDs
Instance Method Summary collapse
-
#initialize ⇒ NoAllocs
constructor
A new instance of NoAllocs.
Constructor Details
#initialize ⇒ NoAllocs
Returns a new instance of NoAllocs.
8976 8977 8978 8979 8980 8981 8982 8983 8984 8985 8986 |
# File 'lib/quickfix44.rb', line 8976 def initialize order = Quickfix::IntArray.new(7) order[0] = 79 order[1] = 661 order[2] = 736 order[3] = 467 order[4] = 756 order[5] = 80 order[6] = 0 super(78, 79, order) end |