Class: Quickfix50Sp2::NetworkCounterpartySystemStatusRequest

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

Defined Under Namespace

Classes: NoCompIDs

Instance Method Summary collapse

Constructor Details

#initializeNetworkCounterpartySystemStatusRequest

Returns a new instance of NetworkCounterpartySystemStatusRequest.



14492
14493
14494
14495
# File 'lib/quickfix50sp2.rb', line 14492

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