Class: Quickfix44::RegistrationInstructionsResponse

Inherits:
Message
  • Object
show all
Defined in:
lib/quickfix44.rb

Defined Under Namespace

Classes: NoPartyIDs

Instance Method Summary collapse

Constructor Details

#initializeRegistrationInstructionsResponse

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