Class: Quickfix50Sp2::StreamAssignmentReport
- Defined in:
- lib/quickfix50sp2.rb
Defined Under Namespace
Classes: NoAsgnReqs
Instance Method Summary collapse
-
#initialize ⇒ StreamAssignmentReport
constructor
A new instance of StreamAssignmentReport.
Constructor Details
#initialize ⇒ StreamAssignmentReport
Returns a new instance of StreamAssignmentReport.
16928 16929 16930 16931 |
# File 'lib/quickfix50sp2.rb', line 16928 def initialize super getHeader().setField( Quickfix::MsgType.new("CD") ) end |