Class: Quickfix50::RegistrationInstructionsResponse

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

Defined Under Namespace

Classes: NoPartyIDs

Instance Method Summary collapse

Constructor Details

#initializeRegistrationInstructionsResponse

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