Class: Quickfix50Sp1::RegistrationInstructionsResponse

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

Defined Under Namespace

Classes: NoPartyIDs

Instance Method Summary collapse

Constructor Details

#initializeRegistrationInstructionsResponse

Returns a new instance of RegistrationInstructionsResponse.



6169
6170
6171
6172
# File 'lib/quickfix50sp1.rb', line 6169

def initialize
	super
	getHeader().setField( Quickfix::MsgType.new("p") )
end