Class: Quickfix43::RegistrationInstructionsResponse

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

Defined Under Namespace

Classes: NoPartyIDs

Instance Method Summary collapse

Constructor Details

#initializeRegistrationInstructionsResponse

Returns a new instance of RegistrationInstructionsResponse.



2200
2201
2202
2203
# File 'lib/quickfix43.rb', line 2200

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