Class: Quickfix44::NetworkCounterpartySystemStatusRequest
- Inherits:
-
Message
- Object
- Quickfix::Message
- Message
- Quickfix44::NetworkCounterpartySystemStatusRequest
- Defined in:
- lib/quickfix44.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.
10464 10465 10466 10467 |
# File 'lib/quickfix44.rb', line 10464 def initialize super getHeader().setField( Quickfix::MsgType.new("BC") ) end |