Class: Quickfix50Sp2::StreamAssignmentReportACK
- Inherits:
-
Message
- Object
- Quickfix::Message
- Message
- Quickfix50Sp2::StreamAssignmentReportACK
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ StreamAssignmentReportACK
constructor
A new instance of StreamAssignmentReportACK.
Constructor Details
#initialize ⇒ StreamAssignmentReportACK
Returns a new instance of StreamAssignmentReportACK.
17063 17064 17065 17066 |
# File 'lib/quickfix50sp2.rb', line 17063 def initialize super getHeader().setField( Quickfix::MsgType.new("CE") ) end |