Class: Quickfix50Sp2::RegistrationInstructionsResponse

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

Defined Under Namespace

Classes: NoPartyIDs

Instance Method Summary collapse

Constructor Details

#initializeRegistrationInstructionsResponse

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