Class: Quickfix43::RegistrationInstructionsResponse
- Inherits:
-
Message
- Object
- Quickfix::Message
- Message
- Quickfix43::RegistrationInstructionsResponse
- Defined in:
- lib/quickfix43.rb
Defined Under Namespace
Classes: NoPartyIDs
Instance Method Summary collapse
-
#initialize ⇒ RegistrationInstructionsResponse
constructor
A new instance of RegistrationInstructionsResponse.
Constructor Details
#initialize ⇒ RegistrationInstructionsResponse
Returns a new instance of RegistrationInstructionsResponse.
2200 2201 2202 2203 |
# File 'lib/quickfix43.rb', line 2200 def initialize super getHeader().setField( Quickfix::MsgType.new("p") ) end |