Class: Quickfix44::RegistrationInstructionsResponse
- Inherits:
-
Message
- Object
- Quickfix::Message
- Message
- Quickfix44::RegistrationInstructionsResponse
- Defined in:
- lib/quickfix44.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.
4700 4701 4702 4703 |
# File 'lib/quickfix44.rb', line 4700 def initialize super getHeader().setField( Quickfix::MsgType.new("p") ) end |