Class: Quickfix50::NetworkCounterpartySystemStatusRequest
- Inherits:
-
Message
- Object
- Quickfix::Message
- Message
- Quickfix50::NetworkCounterpartySystemStatusRequest
- Defined in:
- lib/quickfix50.rb
Defined Under Namespace
Classes: NoCompIDs
Instance Method Summary collapse
-
#initialize ⇒ NetworkCounterpartySystemStatusRequest
constructor
A new instance of NetworkCounterpartySystemStatusRequest.
Constructor Details
#initialize ⇒ NetworkCounterpartySystemStatusRequest
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 |