Class: Quickfix50Sp1::NetworkCounterpartySystemStatusRequest

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

Defined Under Namespace

Classes: NoCompIDs

Instance Method Summary collapse

Constructor Details

#initializeNetworkCounterpartySystemStatusRequest

Returns a new instance of NetworkCounterpartySystemStatusRequest.



13558
13559
13560
13561
# File 'lib/quickfix50sp1.rb', line 13558

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