Class: Quickfix50Sp2::RegistrationInstructionsResponse
- Inherits:
-
Message
- Object
- Quickfix::Message
- Message
- Quickfix50Sp2::RegistrationInstructionsResponse
- Defined in:
- lib/quickfix50sp2.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.
6677 6678 6679 6680 |
# File 'lib/quickfix50sp2.rb', line 6677 def initialize super getHeader().setField( Quickfix::MsgType.new("p") ) end |