Class: Quickfix50::RegistrationInstructionsResponse
- Inherits:
-
Message
- Object
- Quickfix::Message
- Message
- Quickfix50::RegistrationInstructionsResponse
- Defined in:
- lib/quickfix50.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.
5441 5442 5443 5444 |
# File 'lib/quickfix50.rb', line 5441 def initialize super getHeader().setField( Quickfix::MsgType.new("p") ) end |