Class: Quickfix50::NetworkCounterpartySystemStatusRequest

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

Defined Under Namespace

Classes: NoCompIDs

Instance Method Summary collapse

Constructor Details

#initializeNetworkCounterpartySystemStatusRequest

Returns a new instance of NetworkCounterpartySystemStatusRequest.



12215
12216
12217
12218
# File 'lib/quickfix50.rb', line 12215

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