Class: Quickfix44::Logon::NoMsgTypes
- Inherits:
-
Quickfix::Group
- Object
- Quickfix::Group
- Quickfix44::Logon::NoMsgTypes
- Defined in:
- lib/quickfix44.rb
Instance Method Summary collapse
-
#initialize ⇒ NoMsgTypes
constructor
A new instance of NoMsgTypes.
Constructor Details
#initialize ⇒ NoMsgTypes
Returns a new instance of NoMsgTypes.
545 546 547 548 549 550 551 |
# File 'lib/quickfix44.rb', line 545 def initialize order = Quickfix::IntArray.new(3) order[0] = 372 order[1] = 385 order[2] = 0 super(384, 372, order) end |